Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Well, so far I've found it and tweaked it a bit:
#!/bin/bash
# Github Syncro Script
git pull
git add --all
git commit -m "Auto-Git-Backup $(date "+%d.%m.%Y %H:%M "|sed -e ' s/\"/\\\"/g' )"
git push -u origin main
$SHELL
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question