-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Marcin Warpechowski edited this page Sep 29, 2016
·
3 revisions
This repo is maintained using git rebase. It always has only as many commits, as there are steps in the Starcounter Quick Start tutorial.
The below example illustrates how to update the content of this repo using `git rebase.
git checkout tutorial-20160606
git checkout -b tutorial-20160929
git rebase --interactive --root
💡 If you are in Vim, press Insert to enter the insert mode.
Save the text editor and exit
Now the interactive rebase starts. After each step, the commit is already done. You can alter the commit (by running git commit --amend ) continue (git rebase --continue)