Skip to content

Instantly share code, notes, and snippets.

@Joaquin6
Created February 5, 2022 01:23
Show Gist options
  • Save Joaquin6/284ec729bfc2e372df57409c3fe4db1e to your computer and use it in GitHub Desktop.
Save Joaquin6/284ec729bfc2e372df57409c3fe4db1e to your computer and use it in GitHub Desktop.
commit all and push
#!/bin/sh
git add -A
git commit -a -m "Periodic"
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment