Oyyko / git-mannul

to search git command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-mannul

to search git command

checkout

git checkout , to switch br git checkout -- filename, to let file be covered by the HEAD commit

branch

git branch, to see every branch git branch , to create branch git checkout/switch , to switch to the br git merge , to merge the br to the current br gb -d , delete br

About

to search git command