mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
updated to move to proper directory before beginning work
This commit is contained in:
@ -24,6 +24,10 @@ function gumConfirmProceed
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cd $(pwd)
|
||||||
|
cd ../../
|
||||||
|
echo $(pwd)
|
||||||
|
|
||||||
gumBanner "Making sure you have a clean git checkout"
|
gumBanner "Making sure you have a clean git checkout"
|
||||||
git status
|
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"
|
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