Update and Publish Flashcards

1
Q

git remote - v

A

list all currently configured remots

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

git remote show

A

show information about a remote

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

git remote add

A

add new remote repository, named

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

git fetch

A

download all changes from , but don’t integrate into HEAD

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

git pull

A

Download changes and directly merge/integrate into head

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

git push

A

Publish local changes on a remote

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

git branch -dr

A

delete a branch on the remote

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

git push –tags

A

Publish your tags

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