This website requires JavaScript.
Explore
Help
Register
Sign In
xyj
/
lot_manager
Watch
1
Star
0
Fork
You've already forked lot_manager
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0ce828dc49
lot_manager
/
git_push.sh
6 lines
78 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-e
git add .
git commit -m
'update'
git push -f origin master
Reference in New Issue
View Git Blame
Copy Permalink