- http://12factor.net/
- http://docs.deis.io/en/latest/gettingstarted/concepts/
- http://www.docker.io/learn/dockerfile/
- http://blog.docker.io/2013/09/powering-voxoz-ecosystem-with-docker/
- http://maxim.livejournal.com/424641.html
Scala
Source: http://willandorla.com/will/2011/01/convert-folder-into-git-submodule/
$ git clone --no-hardlinks original-repo copied-repoThe approach is based on this answer:
This solution is great, since it does not require to install a third party application for such trivial task.
The only problem with it is the applescript provided in the answer uses activate,
which steals a focus from current window, which in its turn can lead to switching to a different virtual desktop.
Clone
git clone <remote-url> <dir>
cd <dir>
git remote rm originFind a start commit of your history
START=git log | grep ...
| /* "Invariance" in golang | |
| * http://play.golang.org/p/ww9UEEKI97 | |
| * | |
| * Output: | |
| * > B::foo | |
| * > C::foo | |
| * > B::foo | |
| * > B::bar | |
| * > B::bar | |
| */ |
| package main | |
| import ( | |
| "fmt" | |
| "github.com/crowdmob/goamz/aws" | |
| "github.com/crowdmob/goamz/s3" | |
| ) | |
| var ( |