add my git commit alias
This commit is contained in:
@@ -166,6 +166,14 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
# git commit func
|
||||
function gc(){
|
||||
tmp=$(echo -en $@)
|
||||
git commit -m "$tmp"
|
||||
}
|
||||
|
||||
|
||||
# while true -> do cat.....
|
||||
function follow (){
|
||||
while true;
|
||||
|
||||
Reference in New Issue
Block a user