reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 102: Class 3 - Git Intro


Read: 03 - Git Intro

Version Control system that records changes and allows easy access to previous versions

Git a DVCS that saves system of snapshots of your project

Getting Git help in Terminal

git help *command*
git *command* --help
man git-*command*

Cloning a repository Git will automatically give the name “origin” to the server and the name “master” to your local branch $ git clone (url)

List of terminal commands

Remote repositories versions of a project stored online or on network. Teams can push info to and pull info from remote repositories


Return to reading-notes Deployed Site

Return to reading-notes Mark Down