mizuno0to / hz-git-seminar

HZ Git勉強会用リポジトリ
0 stars 2 forks source link

conflict対応のコマンドログ #11

Closed mizuno0to closed 10 years ago

mizuno0to commented 10 years ago
git status
git fetch
git branch -a
git rebase remotes/origin/gh-pages
git status
subl index.html

htmlにconflictの内容が記載されている

git add index.html
git status
git rebase --continue
git log

logみれる

git push origin gh-pages-mizuno0to

rejectされる

git push origin gh-pages-mizuno0to:git-pages-conflict

別の名前をつけてpush

mumoshu commented 10 years ago

:+1: