Git Definitions
- Git Version Control A system that records changes to a file or set of files over time
- Add Adds files to the staging area, preparing them for a commit
- Commit Saves changes to the local repository with a message
- Push Sends committed changes from the local repo to the remote repository
- Pull Fetches and merges changes from the remote repo to the local repo
- Clone Creates a copy of a remote repository on your local machine