parch-runit/git_add.sh
2022-08-19 17:03:18 +05:30

4 lines
72 B
Bash

#!/bin/bash
git add .
git commit "updated"
git push origin main --force