Folder Select

This commit is contained in:
PaulaBras 2022-09-21 18:27:20 +02:00
parent 0dc02629e6
commit 92bda5a4bf
3 changed files with 9 additions and 0 deletions

9
git-commit.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# $1 = Changes
# $2 = Branch
git add .
git commit -m "$1"
git push -uf origin paul-bastelt
git push -uf paulgit paul-bastelt

Binary file not shown.

Binary file not shown.