This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
home
Watch
1
Star
0
Fork
You've already forked home
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c287cefd77
home
/
.local
/
script
/
gitsave
12 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
git add -A
if
[
"
$#
"
-ne
1
]
;
then
git commit -m
"a"
else
git commit -m
$@
fi
git push
Reference in New Issue
View Git Blame
Copy Permalink