latinasketch / gitpush.sh
MikaelTradera's picture
Update gitpush.sh
109fa57 verified
raw
history blame
410 Bytes
!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"