Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 127 Bytes

commands.md

File metadata and controls

7 lines (7 loc) · 127 Bytes

push code

git init (only if not initiated already)
git add .
git commit -m "[message]"
git push -u origin [branch]