git bash git clone ~~~~ start command prompt with ruby 1. jekyll serve ~ 파일 수정 후 git ~ git bash 1. git push -f origin 2. git add --all 3. git commit -m "updates" 4. git push -u origin master * push가 안되고 pull error 일 경우, 데이터 유실 문제가 있는 부분이 있어서 error인 것! => git pull -f origin master 혹은 git push -u origin +master -f 는 덮어쓰기, +는 강제 push를 뜻한다.