File size: 338 Bytes
3d53836 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
!eval "$(ssh-agent -s)"
!ssh-add ~/.ssh/id_ed25519
!cd /workspace
!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
!git add .
!git commit -m "first init"
|