Cheat sheet commands Flashcards

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

references

A

https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet

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

Command Create empty git repo in the specified directory

A

git init

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

Command create a new commit that undoes all changes in and apply it to the current branch

A

git revert

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