Tag: git
Recover Deleted Files with Git I started a new project and made my first commit, but accidentally added a file which hadn't been finished yet. No worries, according to this site it is easy to undo commit.
more...Learn More About the History of a Line with Git Blame I'm working on an interesting refactoring project at the moment. Today, I found a strange part in the code and I was really curious who implemented it and why, so I run git blame to learn more about it. Since I cannot share code from the customer's repository, I'll use the code from one of my repositories.
more...