Search code examples
various git states, low-level understanding of git status (head, index, working states)...


gitversion-controlgit-statusgit-indexgit-worktree

Read More
Why is the git index file binary?...


gitbinaryfilesgit-index

Read More
How to stage subsequent changes to a file that has already been staged in index?...


gitgit-resetgit-index

Read More
Git: What is the index...


gitgit-index

Read More
Show files that are in Git's index and changed in the working copy...


gitgit-diffpre-commit-hookgit-index

Read More
git - revert update-index/ignored file so I can change branch?...


gitgitignoregit-index

Read More
How does `receive.denyCurrentBranch=updateInstead` interact with the Index?...


gitgit-pushgit-configgit-index

Read More
If my staging index is empty, why is `git rm` deleting a file that isn't there?...


gitgit-rmgit-index

Read More
Why do I need to tell git I've removed a file?...


gitchange-trackinggit-index

Read More
how to remove untrack changes but keeping indexed changes...


gitstagegit-indexgit-stage

Read More
Making clean commits from a mess of changes in the working tree...


gitgit-stashgit-index

Read More
Git stash removes added changes...


gitgit-stashgit-index

Read More
How many versions of a file are kept in git when that file is modified?...


gitgit-index

Read More
Where does "git update-index --assume-unchanged file" actually save this information to?...


gitgit-index

Read More
I ran git update-index --assume-unchanged and now want to get the list of files?...


gitgit-index

Read More
What are the "lindex", "rindex" and "wtindex" files generated by git d...


gitgit-indexgit-difftool

Read More
How do I remove a modified file from the git index and discard the modifications in a single step?...


gitgit-index

Read More
How do contents of git index evolve during a merge (and what's in the index after a failed merge...


gitgit-mergegit-index

Read More
How to stage line by line in git gui although "No newline at end of file" warning...


gitnewlinegit-guigit-indexline-by-line

Read More
Can you stage a file (or at least, a section of a file) DURING a git diff?...


gitdiffgit-diffgit-indexgit-stage

Read More
Git: change only posix permission of file in index...


gitgit-index

Read More
Why staging directory is also called Index/Git Index?...


gitgit-index

Read More
what is "stat information" in a git index?...


gitgit-index

Read More
How to undo git update-index?...


gitgithubgitignoregit-index

Read More
Git: How does git remember the index for each branch?...


gitgit-index

Read More
What is the difference between the working directory and the git Index?...


gitgit-commitgit-index

Read More
BackNext