historical/git-project-skripts.git/commit-project

6 lines
60 B
Text
Raw Normal View History

2024-01-16 11:20:27 -06:00
cd $1
git add .
git commit -m "$3"
git push origin HEAD:$2