Compare commits

..

No commits in common. "53ba319cb146589373efc25d7128a1d83ceaf359" and "bb2dd4c1f159ce01de7b60b1242a9794f4ed7b12" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ function fin {
find -iname "*$@*" find -iname "*$@*"
} }
function scpace {
scp -P 11275 $@
}
function gamp { function gamp {
git add * && git commit -am "$1" && git push git add * && git commit -am "$1" && git push
} }