Git
- Git is essentially a file backup that keeps previous versions so if there is a problem with the latest one, you ca revert back to the one thats good.
- very similar to the internet time machine
- the GIT in GitHub
- Git is local while GitHub is like using the cloud for photos
- to get help on Git you can use 3 different commands:
- git help command
- git command –help
- man git-command
- Use cloning to get projects from GitHub to your local pc/Git
- Check file status using “git status”
- when commiting always add a message using “-m”