OurBigBook About$ Donate
 Sign in+ Sign up
by Ciro Santilli (@cirosantilli, 37)

Git tips / Move your branch on top of newest master

 ... Version control List of version control systems Git Git tips How to modify the commit tree git rebase 101
 0 By others on same topic  0 Discussions  Updated 2025-05-29  +Created 1970-01-01  See my version
Before:
5 master
|
4 7 my-feature HEAD
| |
3 6
|/
2
|
1
Action:
git rebase
After:
7 my-feature HEAD
|
6
|
5 master
|
4
|
3
|
2
|
1
Ready to push with linear history!

 Ancestors (12)

  1. git rebase 101
  2. How to modify the commit tree
  3. Git tips
  4. Git
  5. List of version control systems
  6. Version control
  7. Software
  8. Computer
  9. Information technology
  10. Area of technology
  11. Technology
  12.  Home

 View article source

 Discussion (0)

+ New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (0)

There are currently no matching articles.
  See all articles in the same topic + Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook