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