1. 작업하던 branch에서 업로드 후 push
2. 작업되어져 있던 line에서 업로드 한 line(혹은 직전 line) merge해서 master를 최신으로 올림.
3. line이 합쳐진 후 master가 최상단에 있는지 확인.
4. stage를 checkout
5. right-click on the master menu and Rebase current changes onto master
1. 작업하던 branch에서 업로드 후 push
2. 작업되어져 있던 line에서 업로드 한 line(혹은 직전 line) merge해서 master를 최신으로 올림.
3. line이 합쳐진 후 master가 최상단에 있는지 확인.
4. stage를 checkout
5. right-click on the master menu and Rebase current changes onto master