--text"Do you want to restore changes in all files or some specific file?\n<b>Warning</b>: Doing so will irrevertably erase local changes you've made since last commit"\
--extra-button'Restore all changes'\
--extra-button'Select a file to restore'\
--ok-label'Back')
if[[$restoreselection="Restore all changes"]];then
git restore .
elif[[$restoreselection="Select a file to restore"]];then
local FILE=$(zenity --file-selection--title'Select a file'\