-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-rebase, git-fetch: add pages #473
Conversation
Good start, git is one of the commands that benefits the most from TLDR 👍 |
|
||
> Apply local commits on top of another branch's history | ||
|
||
- Rebase your local branch with the latest changes in master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would mention that it is an interactive rebase
2cc6400
to
05c7aa5
Compare
05c7aa5
to
9c70b75
Compare
@igorshubovych style changed! |
|
||
`git rebase -i master` | ||
|
||
- Rebase your local branch interactively with the latest changes from upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double space between branch
and interactively
Very nice work @sethwoodworth! Fix that double space, squash your changes and you'll be all set :) |
🎉 |
No description provided.