.git broken, restart
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
gitotal ()
|
||||
{
|
||||
gitaddcommit $@;
|
||||
git pull;
|
||||
if [ -n "$?" ]; then
|
||||
git push origin HEAD;
|
||||
fi
|
||||
}
|
||||
gitotal "$@"
|
||||
Reference in New Issue
Block a user