Created
September 27, 2023 03:55
-
-
Save rizkytegar/e0861278b7e95758fac8f7b19d585c4d to your computer and use it in GitHub Desktop.
Auto commit tools for backup using git and github
This file contains 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
git init | |
git add . | |
git commit -m "daily update" | |
git remote add origin https://[email protected]/username/repository | |
git remote set-url origin https://[email protected]/username/repository | |
git push -f origin main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment