git checkout gh-pages // go to the gh-pages branch git rebase master // bring gh-pages up to date with master git push origin gh-pages // commit the changes git checkout master // return to the master branch
git push -f origin master:gh-pages // 강제 업데이트
'System > Git' 카테고리의 다른 글
git pages error(Bower를 사용할때) (0) | 2016.01.07 |
---|---|
오랜만에 나를 빅엿먹인 GitHub Folder Rename And Git pages (0) | 2016.01.07 |
git에 대한 내용들이 깔끔하게 정리되어 있는 블로그 (0) | 2015.12.26 |
git (0) | 2015.11.09 |
댓글 로드 중…
트랙백을 확인할 수 있습니다
URL을 배껴둬서 트랙백을 보낼 수 있습니다