Sunday, October 8, 2017

Git Commands

git pull --rebase origin develop
git -rebase continue
git reset --hard;git clean -f -d;git pull;git checkout HEAD;git status;