What is the intended use for git integration commands? #80
-
|
I'm trying to figure out when or if I should use these. Are they mainly for environments where the git cli is not available, but you still want to interact with a git repo? Do they offer anything I wouldn't get from using the git commands directly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yes, that's mainly it. If a user machine or server cannot be configured with the Git CLI mirthSync can use its internal git implementation (which contains a very small subset of the overall full Git commands). Also, it makes some things a single step rather than separate which can be convenient on occasion. |
Beta Was this translation helpful? Give feedback.
Yes, that's mainly it. If a user machine or server cannot be configured with the Git CLI mirthSync can use its internal git implementation (which contains a very small subset of the overall full Git commands).
Also, it makes some things a single step rather than separate which can be convenient on occasion.