|
Week 5Summary - John's Notes
Commands
git gui - Invokes the Git GUI tool
gitk - Starts an instance of the graphical history tool for Git
git gui blame <path> - Opens the blame window for a specific file
Terminology
- Blame - A way of finding the commit that caused an issue in the repository.
|
|
|
|
|