Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
maxivhuber committed Dec 4, 2020
1 parent d1a050f commit 37b7549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ clone () {
mkdir -p $HOME/.patch/$REPOSITORY
git init $HOME/.patch/$REPOSITORY -q
cd $HOME/.patch/$REPOSITORY
git config user.email $MAIL
git config user.name $USER
git config --global user.email $MAIL
git config --global user.name $USER
git config credential.helper store
touch $HOME/.git-credentials
AUTH="https://${USER}:${PW}@github.com"
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git commit -m ${PATCH} -q
read -p "Push changes automatically? [y/n]" -n 1 -r
printf "\n"
if [[ $REPLY =~ ^[Yy]$ ]]; then
git push
git push -q
else
printf "pls push your changes manually\n"
exit
Expand Down

0 comments on commit 37b7549

Please sign in to comment.