TEMPORARY COMMITS Flashcards

Git Commands

1
Q

Save modified and staged changes

A

git stash

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

list stack-order of stashed file changes

A

git stash list

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

write working from top of stash stack

A

git stash pop

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

discard the changes from top of stash stack

A

git stash drop

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