Commit aa03809b authored by nimrod's avatar nimrod
Browse files

Added Git alias for `git stash pop`.

parent dd8bf160
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
    fixup = !cd "${GIT_PREFIX:-$PWD}" && git commit --fixup $(git last-commit)
    forget = reset HEAD^
    merg = merge --no-edit
    pop = stash pop
    posh = push --set-upstream origin HEAD
    Pull = pull --progress --ff --tags
    pull-force = !git fetch && git reset --hard "$(git tracking)"