peerid/git.sh

5 lines
62 B
Bash
Executable File

#!/bin/sh
git add .
git commit -m "sync"
git push origin main