mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-04-29 10:10:57 +00:00
10 lines
139 B
Bash
10 lines
139 B
Bash
#!/bin/bash
|
|
|
|
# $1 = Changes
|
|
# $2 = Branch
|
|
|
|
git add .
|
|
git commit -m "$1"
|
|
git push -uf origin paul-bastelt
|
|
git push -uf paulgit paul-bastelt
|