Skip to content

Instantly share code, notes, and snippets.

@misza222
Last active May 27, 2020 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misza222/85e4644b2fd734b89380ec91dd423c09 to your computer and use it in GitHub Desktop.
Save misza222/85e4644b2fd734b89380ec91dd423c09 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd /notebooks/dl_experiments
git add .
git commit -m "Commit"
git push origin master
cd /notebooks/web
git add .
git commit -m "Commit"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment