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

6 lines
106 B
Bash

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