четверг, 2 июня 2016 г.

usefull git commands

delete last commit and make previous versson as head one
git reset --hard HEAD~1

merge you changes with already exist in branch
git pull --rebase

Комментариев нет:

Отправить комментарий