Skip to content
Snippets Groups Projects
Commit 3c21630a authored by Daniel Duarte's avatar Daniel Duarte
Browse files

create rebase-iExample.md

parent 25983e6a
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,11 @@
"attr": {
}
},
{
"filename": "rebase-iExample.md",
"attr": {
}
},
{
"filename": "chPickIntro.md",
"attr": {
......
## Interactive Rebasing
```bash
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
# f, fixup = like "squash", but discard this commit's log message
# x, exec = run command (the rest of the line) using shell
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment