Skip to content

Instantly share code, notes, and snippets.

@kszyrvercobrador
Created January 12, 2023 02:43
Show Gist options
  • Save kszyrvercobrador/8259a706172354ee34e61d3054b4b4a3 to your computer and use it in GitHub Desktop.
Save kszyrvercobrador/8259a706172354ee34e61d3054b4b4a3 to your computer and use it in GitHub Desktop.
Save and commit changes (Git)
#!/bin/bash
git add -A; git commit -m "$(date +"Update: %d/%m/%Y %H:%M:%S")"; git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment