git status - to show status
git add file-name - to upload one file locally
git add . - to upload all locally
git commit -m "commit message" - to commit
git push kw branch-name - to upload online
git push -u kw branch-name - to upload branch online
git pull kw branch-name - to donwload file from brach
git log --online - to see commit history
git revert hashcode - to undo the previous commit
git checkout branch-name - to change branch
git checkout -b branch-name - to create and enter branch
git fetch - to upload local branch
git merge branch-name - to combine final result to commit
git branch -d branch-name - to delete branch locally
Kaung10/KW
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|