3 # create new file using editor/notepad
9 git commit -m "some comment ..."
11 git config --global user.name "kamal"
12 git config --global user.email "kamal@k4ml.github.io"
18 git remote add origin <URL>
20 git push origin master
22 git checkout -b newbranch