Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libgit2

How to ignore merge commits using libgit2sharp?

libgit2 libgit2sharp

How can I create an empty commit using libgit2?

c git libgit2

Unable to load DLL 'git2.dll' The specified module could not be found

Git checkout with libgit2

c git git-checkout libgit2

Difference between "(no branch)" and "(detached at abc1234)"

git git-branch libgit2 pygit2

How do I use rugged to check if there are uncommited changes in my git repository?

ruby libgit2 rugged

How to find all commits having a particular parent?

git libgit2 libgit2sharp

Deleting a file from git repository using libgit2

c++ c libgit2

What transfer protocols does libgit2 support for cloning?

libgit2

Using SSH authentification with libgit2

c git ssh libgit2 libssh2

Can I do git-clean with libgit2?

libgit2

Implementing Pull with Pygit2

python libgit2 pygit2

libgit2 (fetch & merge & commit)

libgit2

Does libgit2 support SSH-Transport-Protocol?

libgit2 libgit2sharp

Untracked dirs on commit with pygit2

python git libgit2 pygit2

Added a modified file in git index but the file is not changing to staged

c git libgit2

Any native git command line tool based on libgit2?

libgit2

Which code is shared between the original Git and libgit2?

git libgit2