Search code examples
Best way to determine unmerged branches in a script...

gitmergegit-branchgit-plumbing

Read More
Why does git update-ref accepts non-refs/ references?...

gitreferencegit-plumbing

Read More
Is there a plumbing command to create tag object?...

gitgit-plumbing

Read More
Plumbing way to do no-fast-forward merge...

gitgit-mergegit-plumbing

Read More
How do I verify if the given argument is a syntactically legal commit-ish or a syntactically legal r...

gitgit-plumbing

Read More
Check whether a commit is a stash entry...

gitgit-stashgit-plumbing

Read More
"git diff-index" showing unmodified files...

gitgit-diffgit-plumbing

Read More
git scripting: How to list all git branches containing a commit...

gitbashgit-plumbing

Read More
What Does `--contains` Option Do in `git for-each-ref`?...

gitcommand-line-argumentsgit-plumbing

Read More
Plumbing command to get the result of git-bisect with --no-checkout...

gitgit-bisectgit-plumbing

Read More
Are "dangling" and "loose" objects the same?...

gitgit-gcgit-plumbinggit-fsck

Read More
How does git cat-file -t <object id> determine the type of object?...

gitgit-plumbing

Read More
Why doesn't `git update-ref -d` delete empty parent directories?...

gitimplementationgit-plumbinggit-update-ref

Read More
How to exclude files in Git while disregarding .gitignore?...

gitgitignoregit-plumbing

Read More
How does `git rebase` work under the hood?...

gitgit-rebasegit-plumbing

Read More
What is the complete list of location where git objects are stored on disk?...

gitgit-plumbing

Read More
Chaining git clean (Porcelain) command...

gitchaininggit-cleangit-plumbing

Read More
git merge multiple commits into one in an orphan branch each commit in a prefix subdirectory...

gitgit-mergegit-commitgit-merge-conflictgit-plumbing

Read More
How can I recover HEAD^'S tree?...

gitdata-recoverygit-fsckgit-plumbing

Read More
Grep all the same name files' properties across all the git branches using pipelines...

linuxgitshellgit-plumbing

Read More
GIT: Get all git object hashes of blobs added to the repository by a commit...

gitgit-plumbinggit-diff-tree

Read More
Git clone bare repo without blobs...

gitmetadatagit-clonegit-plumbinggit-fast-import

Read More
git plumbing command to get submodule remote...

gitgit-submodulesgit-plumbing

Read More
git (plumbing) has a file changed between two commits?...

gitgit-diffgit-plumbing

Read More
How do I find the date of a git commit using only plumbing commands?...

gitscriptinggit-plumbing

Read More
Revert previously staged changes (or: undo changes to .git/index)...

gitgit-stagegit-plumbing

Read More
Git plumbing commands to detect submodule update and get the hashes in staging area or working direc...

gitgit-submodulesgit-plumbing

Read More
Remove refs/original/heads/master from git repo after filter-branch --tree-filter?...

gitgit-rewrite-historygit-plumbing

Read More
Cannot create commit if the filename argument given to hash-object differs from the original filenam...

gitgit-plumbing

Read More
How `git checkout -` works on low level...

gitgit-plumbing

Read More
BackNext