File size: 410 Bytes
3d53836 109fa57 3d53836 109fa57 3d53836 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
!eval "$(ssh-agent -s)"
!ssh-add ~/.ssh/id_ed25519
!cd /workspace
!apt install p7zip-full
!git clone git@hf.co:MikaelTradera/latinasketch
!cd /workspace/latinasketch
%env GIT_AUTHOR_NAME=Anonymous
%env GIT_AUTHOR_EMAIL=anonymous@example.com
%env GIT_COMMITTER_NAME=Anonymous
%env GIT_COMMITTER_EMAIL=anonymous@example.com
!7z a -t7z archive_name.7z folder_to_compress/
!git add .
!git commit -m "first init"
|