We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated git cat file (markdown)
CredentialsProvider in version 29 must be set via FetchOptions. https://github.com/libgit2/libgit2sharp/pull/2065
Updated git mv (markdown)
Created the page
fix missing comma
Updated Home (markdown)
Updated git tag (markdown)
Update the CreateCommit call to match the current signature.
Does anyone have a copy of this broken URL? This link must be replaced.
Created git log master ^origin/maste (markdown)
oops mistype..!
Updated git add (markdown)
Completed git diff --cached translation to match actual behavior: If HEAD does not exist (e.g. unborn branches), it shows all staged changes.
correcting broken link to official PRO GIT book referenced above
Updated git rm (markdown)
Updated git checkout (markdown)
Extra space
changed "from" a remote to "to" a remote
syntax error fixed in example
Fixed formatting
Updated git push (markdown)
Lookup method exists as an extension method and not as a static method on Repository. The previous code did not compile.
repo.Stage() doesn't seem to be a valid command
Example `git fetch origin` has been fixed
make header consistent with other headers