Skip to content
Snippets Groups Projects
Commit 72837fdf authored by nimrod's avatar nimrod
Browse files

Added Git alias for `git stash pop`.

parent 0b3b5411
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment