Cheat sheet commands Flashcards
1
Q
references
A
https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet
2
Q
Command Create empty git repo in the specified directory
A
git init
3
Q
Command create a new commit that undoes all changes in and apply it to the current branch
A
git revert