Git Commands Flashcards
1
Q
git clone https://github.com/user-name/repository-name.git
A
Command related to remote repository
2
Q
git push origin master
A
Command related to remote repository
3
Q
git add .
A
Command related to workflow
4
Q
git commit -m “A message describing what you have done to make this snapshot different”
A
Command related to workflow
5
Q
git status
A
Command related to checking status or log history
6
Q
git log
A
Command related to checking status or log history
7
Q
Git syntax works like this:
A
program | action | destination