Git - Push Flashcards

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

Forces the git push even if it results in a non-fast-forward merge.
Do not use the —force flag unless you’re absolutely sure you know what you’re doing.

A

git push —force

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

Push all of your local branches to the specified remote.

A

git push —all

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

Tags aren’t automatically pushed when you push a branch or use the —all flag. The —tags flag sends all of your local tags to the remote repo.

A

git push —tags

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