MikaelTradera
commited on
Commit
•
3d53836
1
Parent(s):
adb3149
Update gitpush.sh
Browse files- gitpush.sh +12 -5
gitpush.sh
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
!eval "$(ssh-agent -s)"
|
2 |
+
!ssh-add ~/.ssh/id_ed25519
|
3 |
+
!cd /workspace
|
4 |
+
!git clone git@hf.co:MikaelTradera/latinasketch
|
5 |
+
!cd /workspace/latinasketch
|
6 |
+
%env GIT_AUTHOR_NAME=Anonymous
|
7 |
+
%env GIT_AUTHOR_EMAIL=anonymous@example.com
|
8 |
+
%env GIT_COMMITTER_NAME=Anonymous
|
9 |
+
%env GIT_COMMITTER_EMAIL=anonymous@example.com
|
10 |
+
|
11 |
+
!git add .
|
12 |
+
!git commit -m "first init"
|