This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am petterl on github. | |
* I am petter (https://keybase.io/petter) on keybase. | |
* I have a public key whose fingerprint is 3720 C351 34C8 4029 D44F 310D C9F2 8A5D DFA5 01F7 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create repo | |
mkdir eventum | |
cd eventum | |
git init | |
# Prepare for bzr | |
mkdir .git/bzr | |
mkdir .git/bzr/repo | |
mkdir .git/bzr/map | |
bzr init-repo --no-trees .git/bzr/repo |