Created
March 1, 2021 10:34
-
-
Save PartTimeLegend/f2e565feb3f9eaac944aa5c2923f2932 to your computer and use it in GitHub Desktop.
Backup dir to git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| cd /config | |
| git status | |
| git add . | |
| dt=$(date '+%d/%m/%Y %H:%M:%S'); | |
| git commit -m "$dt" | |
| git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment