git add . , git commit -m "message"
git add .
git commit -m "message"
git checkout master
git pull origin master
git chekout barnch,git rebase -i master
git chekout barnch
git rebase -i master
git rebase --continue
git push origin branch --force
$ git rebase --continue