Added alias for 'git clone' (gcl)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user