GITHUB, GITLAB AND COMPANY ≠ Web-based git repository. Provides access control and collaboration features (i.e., bug tracking, wiki, task management). 3
DIFF & LOG The diff command shows the changes that have been made to the tracked files in the repository since the last commit. The log command shows the commits that have been made so far. 16
FURTHER READING Shaumik Daityari. Jump Start Git: Take Control of Your Code and Assets. 2015 Emma Jane Hogbin Westby. Git for Teams: A User-Centered Approach to Creatin Efficient Workflows in Git. 2015 Mike McQuaid. Git in Practice: Includes 66 Techniques. 2015 Git Documentation: https://git-scm.com 52