Git commands Flashcards
1
Q
Get specific help for a git command
A
git –help
2
Q
Print out a list of the most commonly used git commands
A
git –help
3
Q
Clone a repo into a local path
A
git clone
4
Q
Add a file to the staging area
A
git add