# update last repositories
git pull
git log
# create yourself repositories base on last repositories
git branch pzd
git checkout pzd
# then you can commit code on yourself branch pzd…
# when you get out work , your need to commit your code
git checkout
git merge pzd
git branch -d pzd
手机扫一扫
移动阅读更方便
你可能感兴趣的文章