This repository contains GIT commands illustrations and notes that were typed out through following a GIT course on Udemy. The course name is Git Complete: The definitive, step-by-step guide to Git by the instructor Jason Taylor. The content of the course:
- Setting the global configurations
- Creating, initializing and cloning new repositories
- Tracked files
- Recursive add
- Backing out changes
- Git rename, delete, log history, alias, adding .gitignore
- p4merge tool
- Comparing
- Branching and merging
- Rebasing
- Stashing
- Tagging