Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 210 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 210 Bytes

git-command

usage

copy bin directory commands to your PATH directory.

command

git pull-head
    git pull local HEAD branch from origin.

git clean-full
    git checkout -- . && git clean -fd