Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 838 Bytes

alias.md

File metadata and controls

15 lines (15 loc) · 838 Bytes
alias ghlist='githelper.py --server example.com --user git --dir git --port 2222 -l'
alias ghclone='githelper.py --server example.com --user git --dir git --port 2222 -c'
alias ghnew='githelper.py --server example.com --user git --dir git --port 2222 -n'
alias ghdelete='githelper.py --server example.com --user git --dir git --port 2222 --remove'
alias gharch='githelper.py --server example.com --user git --dir git --port 2222 -a'
alias ghfork='githelper.py --server example.com --user git --dir git --port 2222 -f'
alias ghrename='githelper.py --server example.com --user git --dir git --port 2222 -rn'
alias lghclone='githelper_local.py --loc /mnt/disk -c'
alias lghlist='githelper_local.py --loc /mnt/disk -l'
alias lghnew='githelper_local.py --loc /mnt/disk -n'
alias lgharch='githelper_local.py --loc /mnt/disk -a'