Tuesday, 31 July 2018

git rebase steps

1 git stash on current branch
2.git checkout develop
then

3. git pull
4.git rebase develop some branch name
5this commend moved your to feature branch
6git stash apply
then all changes come to your feature branch

No comments:

Post a Comment