Git commands - niha-jay/niha-doc GitHub Wiki

Working on Local 'dev' branch
  • create new branch 'dev' git branch dev
  • checkout 'dev' git checkout dev
  • To push dev to remote(Github) git push origin dev