diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-23 21:26:39 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-23 21:26:39 +0800 |
| commit | ac2337fda402913c95137ce55eb85948ef4cd754 (patch) | |
| tree | b1e6cfdb7ec2c41700cbe928eeb909e4b6faabb9 | |
| parent | 066953d5a8b9d49287ca8c4334a3b3bc34ecc102 (diff) | |
Update
| -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 | ||