Info update
This commit is contained in:
parent
0e47da2e76
commit
5a6472a1fa
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
echo -e "Enter the git commit message: \c "
|
echo -e "Enter the git commit message: \c "
|
||||||
read comment
|
read comment
|
||||||
git add *
|
git add -A
|
||||||
git commit -m "$comment"
|
git commit -m "$comment"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|
4
info.txt
4
info.txt
|
@ -22,11 +22,11 @@ https://starship.rs/
|
||||||
Add symlink from dotfiles folder into .config
|
Add symlink from dotfiles folder into .config
|
||||||
ln -s /home/raabe/dotfiles/polybar/ ~/.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 config credential.helper store
|
||||||
|
|
||||||
GIT:
|
GIT:
|
||||||
git add *
|
git add -A
|
||||||
git commit -m "Message"
|
git commit -m "Message"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user