diff options
-rw-r--r-- | alias | 3 | ||||
-rw-r--r-- | gitconfig | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -368,6 +368,9 @@ alias ch="/home/pham/helper/bin/git/check-repos.sh" | |||
368 | alias git.check="/home/pham/helper/bin/git/check-repos.sh" | 368 | alias git.check="/home/pham/helper/bin/git/check-repos.sh" |
369 | 369 | ||
370 | # }}} | 370 | # }}} |
371 | # GIT: Web {{{ | ||
372 | alias git.web='/srv/git/create.sh' | ||
373 | # }}} | ||
371 | # GIT: TIG {{{ | 374 | # GIT: TIG {{{ |
372 | alias cdt='cd ~/git/tig' | 375 | alias cdt='cd ~/git/tig' |
373 | alias t='tig' | 376 | alias t='tig' |
@@ -40,3 +40,5 @@ | |||
40 | 40 | ||
41 | [http] | 41 | [http] |
42 | receivepack = true | 42 | receivepack = true |
43 | [core] | ||
44 | excludesFile = /srv/git/web/gitignore | ||