From 13e4fc3485cd5341c3e42d98cebb13e93d47980e Mon Sep 17 00:00:00 2001 From: papshmeare Date: Wed, 16 Mar 2022 18:14:13 +0000 Subject: [PATCH] Update 'setup.sh' --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index fc561bf..bfe1a33 100644 --- a/setup.sh +++ b/setup.sh @@ -65,7 +65,7 @@ npm pkg set type=module #Add git alias for a formatted git log command(git lg) git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" #Add git alias for adding, commiting and pushing(git p) -git config --global alias.p '!f() { git add . && git commit -am "$@" && git push origin HEAD; }; f' +git config --global alias.p '!f() { git add . && git commit -am "$@" && git push; }; f' touch Readme.md && echo -e "# Welcome to $rname! \n## Contacts\n[Discord](https://discordapp.com/users/859153825075691530/)\n[Telegram](https://t.me/aleksei_baranovski_tln)\n## Authors\n$projectAuthors" >> Readme.md