Skip to content

Instantly share code, notes, and snippets.

@liangqi
Created May 15, 2014 14:14
Show Gist options
  • Save liangqi/53cc24f2388c6299afd7 to your computer and use it in GitHub Desktop.
Save liangqi/53cc24f2388c6299afd7 to your computer and use it in GitHub Desktop.
$ diff qilin.sh qt-codereview-mirror
12c12
< MIRROR_ROOT=/data/repos
---
> MIRROR_ROOT=$HOME/tmp/test
41c41
< test -f config || $GIT_BIN init --bare
---
> test -f config || git init --bare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment