The branch
feature1
will be based on the last commit of the master branch
git rebase master
The branch
feature1
will be based on the commit specified in the command
git rebase 3b06f53
by Valeri Tandilashvili
4 years ago
Git
1
Pro tip: use ```triple backticks around text``` to write in code fences