Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 524 Bytes

git-common-command.md

File metadata and controls

57 lines (42 loc) · 524 Bytes

#Git Common Command

##Create a new repository

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/chuanxd/Git-Note.git
git push -u origin master

##Git Common Command

git config
git clone
git status
git branch
git checkout
git pull
git fetch
git rebase
git reset
git stash
git diff
git add
git commit
git show
git log
git revert
git cherry-pick
git push
git merge

git bisect
git tag
git rm
git grep
gitk


git reflog

git fsck

git gc

git prune