cyberfly
1/3/2018 - 2:39 AM

GIT get latest update from master from current branch

Option 1
==

commit current branch
git fetch all
git rebase origin/master

Option 2
==

1. commit current-branch
2. git pull --rebase origin master
3. resolve conflict kalau ade

//fetch tu akan update all local remote branch