MikaelTradera
commited on
Commit
•
109fa57
1
Parent(s):
d695cb7
Update gitpush.sh
Browse files- gitpush.sh +3 -0
gitpush.sh
CHANGED
@@ -1,12 +1,15 @@
|
|
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"
|
|
|
1 |
!eval "$(ssh-agent -s)"
|
2 |
!ssh-add ~/.ssh/id_ed25519
|
3 |
!cd /workspace
|
4 |
+
!apt install p7zip-full
|
5 |
+
|
6 |
!git clone git@hf.co:MikaelTradera/latinasketch
|
7 |
!cd /workspace/latinasketch
|
8 |
%env GIT_AUTHOR_NAME=Anonymous
|
9 |
%env GIT_AUTHOR_EMAIL=anonymous@example.com
|
10 |
%env GIT_COMMITTER_NAME=Anonymous
|
11 |
%env GIT_COMMITTER_EMAIL=anonymous@example.com
|
12 |
+
!7z a -t7z archive_name.7z folder_to_compress/
|
13 |
|
14 |
!git add .
|
15 |
!git commit -m "first init"
|