MikaelTradera
commited on
Commit
•
adb3149
1
Parent(s):
18145c9
Create gitpush.sh
Browse files- gitpush.sh +5 -0
gitpush.sh
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cd /workspace/latinasketch
|
2 |
+
git add .
|
3 |
+
GIT_AUTHOR_NAME="Anonymous" GIT_AUTHOR_EMAIL="anonymous@example.com" \
|
4 |
+
GIT_COMMITTER_NAME="Anonymous" GIT_COMMITTER_EMAIL="anonymous@example.com" \
|
5 |
+
git commit -m "first init"
|