git branch/meger step(3)

# 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

 

posted @ 2019-05-06 22:21  嵌入式实操  阅读(105)  评论(0编辑  收藏  举报