Skip to content

Kaung10/KW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KW

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors