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.....
|
# while true -> do cat.....
|
||||||
function follow (){
|
function follow (){
|
||||||
while true;
|
while true;
|
||||||
|
|||||||
Reference in New Issue
Block a user