layout | title | permalink |
---|---|---|
page |
About |
/about/ |
Still just a test site.
Adding binary files to the repo requires interacting with git - for that
I still prefer Mercurial. Note-to-self: In order to push to github,
change the [email protected]/<user>/<repo>
by adding protocol prefix
ssh+git://
- so that it becomes ssh+git://<user>/<repo>
. Eg with:
github = git+ssh://[email protected]:e12e/e12e.github.io.git
in the local
repo .hg/hgrc
-file, I can simply hg push github
to update this repo.