Skip to content

Commit

Permalink
Update git_it.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuyakwa authored Jul 4, 2024
1 parent ed45331 commit 6fa57d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "!---!";
Expand Down

0 comments on commit 6fa57d9

Please sign in to comment.