You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>I have been searching for a package that help to work with Git repository (index new / updated / deleted files, commit the changes, push to a remote repository) but not having one that works as expected.</p><p><u><i>Libgit2Sharp</i></u> is nice without the need of Git installed but actually it does not work on my server even development is all good.</p><p>So I decided to use git command line interface directly - of course via a wrapper. It's simple but provide what I need on both dev and integration servers. Below is some simple methods:</p><p><br></p><p><b><u><i>References:</i></u></b></p><ol><li><a href="https://github.com/netvietdev/GitCliWrap" target="_blank">Source code repository</a> on Github</li></ol>