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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

git remote add origin git@github…/.git

A

makes remote aware of local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

git remote

A

shows remotes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ls -a

A

shows hidden directories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

subl .example

A

will open everything with sublime editor that ends in .example

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

git push -u origin master

A

first push of your work to remote on git

How well did you know this?
1
Not at all
2
3
4
5
Perfectly