Git Video - Remote Flashcards
1
Q
create remote repository
A
1) go to github
2) plus symbol (create new repository)
3) name it the same as folder on local machine
4) describe it
5) initialize w/ readme (optinal)
6) create
2
Q
git remote add origin git@github…/.git
A
makes remote aware of local
3
Q
git remote
A
shows remotes
4
Q
ls -a
A
shows hidden directories
5
Q
subl .example
A
will open everything with sublime editor that ends in .example
6
Q
git push -u origin master
A
first push of your work to remote on git