Git While You Sit 3 - "Rename" edge cases
Sometimes, git does something unexpected while merging or rebasing. It might seem like git misunderstood a rename, but it’s far more likely that git did the “right” thing after all.
Sometimes, git does something unexpected while merging or rebasing. It might seem like git misunderstood a rename, but it’s far more likely that git did the “right” thing after all.
Using .gitignoreto exclude build artifacts from your repository.
Using git add -pto eliminate those pesky printf-debugging statements.