Files
hrm/push.sh
2026-04-06 15:53:14 +07:00

5 lines
87 B
Bash

#!/bin/bash
git checkout main
git add .
git commit -m 'changes'
git push -u origin main