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

create rebase pres2

parent 92112edb
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,11 @@
"attr": {
}
},
{
"filename": "rebasePresentation2.md",
"attr": {
}
},
{
"filename": "rebase-iIntro.md",
"attr": {
......
## Rebasing Workshop
* rebase the develop branch onto your branch
```bash
$ git checkout myBranchName
$ git rebase develop
```
* check the history of your branch again
\ 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