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