Remote Repositories - Commands Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

git clone

A
  • create a new repository that is a clone of a remote repository
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

git remote

A
  • list all remote repositories associated with the current repository
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

git remote add

A
  • add a new remote repository to the current repository
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

git push

A
  • push your latest changes to a remote repository
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

git pull

A
  • pull the latest changes from a remote repository to your repository
How well did you know this?
1
Not at all
2
3
4
5
Perfectly