This website requires JavaScript.
Explore
Help
Register
Sign In
gavin
/
iBook
Watch
1
Star
0
Fork
You've already forked iBook
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8873c70a60
iBook
/
push.sh
6 lines
85 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
git add .
msg
=
"
${
1
:-
'update'
}
"
git commit -m
"
$msg
"
git push origin main
Reference in New Issue
View Git Blame
Copy Permalink