Added alias for 'git clone' (gcl)

pull/15/head
Mark Szymanski 2010-10-15 22:20:43 -05:00
parent 3737f052ff
commit 479bdf2000
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
# Aliases # Aliases
alias gcl='git clone'
alias ga='git add' alias ga='git add'
alias gall='git add .' alias gall='git add .'
alias g='git' alias g='git'
@ -39,6 +40,7 @@ esac
function git-help() { function git-help() {
echo "Git Custom Aliases Usage" echo "Git Custom Aliases Usage"
echo echo
echo " gcl = git clone"
echo " g = git" echo " g = git"
echo " get = git" echo " get = git"
echo " ga = git add" echo " ga = git add"