Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 366 Bytes

for sohor

Note:

  • git status: for checking status
  • git checkout branchName: for changing branch
  • git checkout -b branchName: for creating branch
  • git branch: checking which branch we are on

git add . for adding the change

git commit -m "message" for commit with message

git push origin sohor push to master from branch sohor