How do you set a config option like core.sshCommand #1543
Closed
WilliamStam
started this conversation in
General
Replies: 2 comments 2 replies
-
|
You probably want to get the config object, then make changes to it and finally call |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
wow.. um.. thank you! cant believe it was that simple in the end! for anyone else seeking the answer: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, thanks for the lib. its awesome!
im just getting stuck with something. what's the recommended way of setting the core.sshCommand config option for a repo?
nothing i try seems to be working. based on what ive seen in the source this should work. but it doesn't actually ever set the config option in the git repo.
i need to be able to run the script over an existing repo as well and it set the sshCommand and then do a pull
please help!
end result workflow:
Beta Was this translation helpful? Give feedback.
All reactions