dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 7d16c5670401aecba6bd8d8d897f9b91e8f3f0db
parent 10174df745e2678da4ec55e5533c6fd6fa692efd
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed, 26 Jun 2024 17:46:53 -0500

shell: fixed typo

Diffstat:
M.config/shell/functions.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/shell/functions.sh b/.config/shell/functions.sh @@ -32,7 +32,7 @@ git() { if [ "$1" = "checkout" ]; then echo "Use" echo " - git checkout-index -fu" - echo " - git read-tree --cached -u" + echo " - git read-tree --reset -u" elif [ "$1" = "reset" ]; then echo "Use" echo " - git read-tree -mu"