From 6fa57d9a9e77b291593b4cb1c85988387a2e930d Mon Sep 17 00:00:00 2001 From: Michael M <34812005+mmuyakwa@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:52:59 +0200 Subject: [PATCH] Update git_it.sh --- git_it.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_it.sh b/git_it.sh index 252501d..3ac7eff 100644 --- a/git_it.sh +++ b/git_it.sh @@ -69,7 +69,7 @@ else then # Remote Repo ist set. Push changes to remote Repo. echo "Pushing to remote Git-Repo."; - git push -u origin master + git push -u origin #master else # Remind me to set the remote Repo echo "!---!";