jmou/zit
git clone https://github.com/jmou/zit.git
git clone git@github.com:jmou/zit.git
Loading…
(top)/init
language: Shell
225 Bytes / 10 lines / 8 loc
History
View raw
#!/bin/bash -e

mkdir -p "$1/.zit/objects"
mkdir -p "$1/.zit/refs/heads"
echo 'ref: refs/heads/master' > "$1/.zit/HEAD"

# for git compatibility
ln -s .zit "$1/.git"
mkdir -p "$1/.git/info"
echo .zit > "$1/.git/info/exclude"