apply selected stash

pull/3/head
kevin zhuang 4 years ago
parent f1418d7e6b
commit 321760ee65

@ -38,4 +38,5 @@ while getopts ":hf" opt; do
done
selected_stash=$(get_stash)
echo "${selected_stash}"
[[ -z "${selected_stash}" ]] && exit 1
/usr/bin/git --git-dir="${DOTBARE_DIR}" --work-tree="${DOTBARE_TREE}" stash apply ${selected_stash}

Loading…
Cancel
Save