-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nikolaos Perrakis edited this page Dec 28, 2020
·
3 revisions
Sample instructions on workflow:
# clone this repo
$ git clone -o github git@github.com:Iolaum/Iolaum.github.io.git
$ cd Iolaum.github.io/
$ git remote add template git@github.com:daattali/beautiful-jekyll.git
$ git checkout -b template
$ git reset --hard template/master
$ git push -f github template
$ git branch -v
master 5d6ad45 added first post
* template 610af68 Update README.md
We now have the two key branches we want to work with.
The first maintenance goal is to rebase our changes on top of the latest upstream ones.