Synchronize Changes (register a repository bookmark and exchange version history) Flashcards

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

$ git merge [bookmark]/[branch]

A

Combines bookmark’s branch into the current local branch.

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

$ git fetch [bookmark]

A

Downloads all history from the repository bookmark.

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

$ git push [alias] [branch]

A

Uploads all local branch commits to GitHub.

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

$ git pull

A

Downloads bookmark history and incorporates changes.

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