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

6 lines
101 B
Bash

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