edit
[kelasgit.git] / nota.txt.txt
blobb12758c20613fb0c887befc380174b2b2bdc7c44
1 git init
3 # create new file using editor/notepad
5 git add index.php
7 git status
9 git commit -m "some comment ..."
11 git config --global user.name "kamal"
12 git config --global user.email "kamal@k4ml.github.io"
14 git log
16 git diff
18 git remote add origin <URL>
20 git push origin master
22 git checkout -b newbranch
24 git checkout master
26 git merge newbranch