mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
updated to move to proper directory before beginning work
This commit is contained in:
@ -24,6 +24,10 @@ function gumConfirmProceed
|
||||
fi
|
||||
}
|
||||
|
||||
cd $(pwd)
|
||||
cd ../../
|
||||
echo $(pwd)
|
||||
|
||||
gumBanner "Making sure you have a clean git checkout"
|
||||
git status
|
||||
gumConfirmProceed "Can we Proceed, or do you need to clean up your checkout (git stash -u)?" "Proceed" "I need to clean up my checkout"
|
||||
|
Reference in New Issue
Block a user