From 5a6472a1fad2ecb42652f9bb360a7f81357e3a45 Mon Sep 17 00:00:00 2001 From: "stephan.raabe" Date: Wed, 8 Feb 2023 16:14:43 +0100 Subject: [PATCH] Info update --- gitpush.sh | 2 +- info.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitpush.sh b/gitpush.sh index e5cb6dd..2bebcd0 100755 --- a/gitpush.sh +++ b/gitpush.sh @@ -3,7 +3,7 @@ echo -e "Enter the git commit message: \c " read comment -git add * +git add -A git commit -m "$comment" git push diff --git a/info.txt b/info.txt index f83c300..e790d8d 100644 --- a/info.txt +++ b/info.txt @@ -22,11 +22,11 @@ https://starship.rs/ Add symlink from dotfiles folder into .config ln -s /home/raabe/dotfiles/polybar/ ~/.config -Git Crendential Helper Store +Git Crendential Helper Store (to store credentials) git config credential.helper store GIT: -git add * +git add -A git commit -m "Message" git push