.git broken, restart
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
gitaddcommit ()
|
||||
{
|
||||
gitadd;
|
||||
if [ -n "$1" ]; then
|
||||
git commit -m "$1";
|
||||
else
|
||||
git commit;
|
||||
fi
|
||||
}
|
||||
gitaddcommit "$@"
|
||||
Reference in New Issue
Block a user