We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added git-clone link
Updated git fetch (markdown)
Formatted code better
Created git fetch (markdown)
Adding page for get-fetch sample
LibGit2Sharp.Index.Stage method is obsolete. Use IRepository.Stage() instead
Updated How to upgrade libgit2 binaries (markdown)
Scrapped -> scraped, which is much more likely to be what the original author intended.
Removed redundant ) from code examples
New API
copied just the relevant parts from commit
Updated git commit tree (markdown)
Created git update index (markdown)
Updated LibGit2Sharp Hitchhiker's Guide to Git (markdown)
Created git commit tree (markdown)
Hint at alternative API for branch creation
Enhance branch creation samples
add doc on creating a branch
Update commit to bare example
Add example to commit to a bare repo in git-commit
Add note for initializing a repository
Add example showing how to commit to a non-bare repository
Removed unnecessary step, tweaked formatting
Created How to upgrade libgit2 binaries (markdown)
Destroyed Git add (markdown)
Created Git add (markdown)
Updated Git diff (markdown)