Partial file staging with git
After typing git status you can see files in three states: added to the index not added to the index not tracked at all It's likely to have the same file added and not added to the index. How is that possible? Let me introduce partial file stagin...
Jan 12, 20213 min read141