I want to optimize the following process:
branch A> checkout master
master > git pull
master > checkout branch A
branch A> git rebase master
1
I want to optimize the following process:
branch A> checkout master
master > git pull
master > checkout branch A
branch A> git rebase master
1