Merge and Rebase Flashcards

1
Q

git merge

A

Merge into your current HEAD

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

git rebase

A

Rebase your current HEAD onto

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

git rebase –abort

A

abort a rebase

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

git rebase –continue

A

continue a rebase after resolving conflicts

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

git mergetool

A

use your configured merge tool to solve conflicts

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

git add

A

use your editor to manually solve conflicts and (after resolving) mark as resolved

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

git rm

A

use your editor to manually solve conflicts and (after resolving) mark as resolved

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