clean history

This commit is contained in:
Looly
2019-08-14 10:02:32 +08:00
commit 6b011af032
1215 changed files with 159913 additions and 0 deletions

6
bin/commit.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
git add .
git commit -am "$1"
bin/push_dev.sh