Git Usage
2021-10-22 本文已影响0人
gengfo
git 常用命令
git clone -v git@abc.com:efg/hig.git
git pull
git branch -D BRANCH_NAME_LOCAL
git push origin --delete BRNACH_NAME_REMOTE
git clone -v git@abc.com:efg/hig.git
git pull
git branch -D BRANCH_NAME_LOCAL
git push origin --delete BRNACH_NAME_REMOTE