We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IsLocalBranch is property not a method.
fixed formatting
fix markdown
Fixed code exibition
Updated Git merge base (markdown)
Update documentation for using 'Commands.Fetch' because 'repo.Network.Fetch' is deprecated
Added a missing semi-colon at end of line "repo.Network.Push(repo.Branches[BRANCHNAME], options)"
Added a missing semi-colon to overcome compile error
update tag property name
Updated git tag (markdown)
Replaced SafeHandle pattern link as it was getting 404 -> https://github.com/libgit2/libgit2sharp/blob/master/LibGit2Sharp/Core/Handles/RepositorySafeHandle.cs
Add edit branch description
Added example for add/stage with Commands.Stage()
Adding link to git-reset
Created Git reset (markdown)
"Name" is marked as obsolete according to the latest nuget package.
Created git diff {filename} > local.patch (markdown)
Created git cat-file (markdown)
s/Git/git to maintain consistency across pages
s/Git/git in title to maintain consistency across pages
https://github.com/libgit2/libgit2sharp/issues/1169
Update title
Created git log --name-status --pretty=oneline (markdown)
Origin example
More found links
Adding link to git-push
Adding CloneOptions example
Updated git push (markdown)
Created git-push (markdown)
Created git pull (markdown)