saifuddinazhar
7/9/2018 - 4:36 PM

Git command

Git rebase, command, push

- Create branch di server (pake bitbucket - branch) misal origin/server-api
- Fetch di local
- Checkout server-api new branch jadi branch baru server-api
- Rebase master 
- Push

Pull Di VPS
- git fetch
- git checkout server-api
- git pull