.git broken, restart
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [ "$#" -ne 0 ]; then
|
||||
echo "Usage: $0"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
vim + .gitignore
|
||||
gitaddcommit .gitignore
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user