Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 337 Bytes

commands.md

File metadata and controls

13 lines (12 loc) · 337 Bytes

Git Commands

1 - git clone

2 - git status

3 - git add <>

5 - git commit -m

4 - git push origin

5 - git checkout -b

6 - git branch

7 - git checkout

8 - git log

9 - git merge

10 - git remote add origin