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

create rebase-iPres4

parent 883b6ab4
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,11 @@
"attr": {
}
},
{
"filename": "rebase-iPresentation4.md",
"attr": {
}
},
{
"filename": "chPickIntro.md",
"attr": {
......
# Practical: Git Interactive Rebasing
* If you wanted to keep both commit messages in one commit, instead change the prompts to
```bash
$ pick 1234567 add Micheal to attendee list
$ squash abcdef0 add Kevin to attendee list
```
* This will create a commit with both files still in, but the commit message of that commit will be the two commit messages of the two files combined.
\ No newline at end of file
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