finally fixed gacp -_-

This commit is contained in:
Bit Borealis 2023-08-31 23:13:03 +00:00
parent 2bc21cf9cc
commit 465870be56
Signed by: theotheroracle
GPG key ID: 2D816A2DCA6E5649

View file

@ -288,8 +288,9 @@ cd $hm_before_commit
'';
gacp = ''
git diff
set gacp_read $(read -P 'continue ? [Y/n] ')
set gacp_n n
if [ "$(read -P 'continue ? [Y/n] ')" != gacp_n ]
if [ "$gacp_read" != $gacp_n ]
git add .
git commit
git push