lib/git-up.rb in git-up-0.2.0 vs lib/git-up.rb in git-up-0.3.0
- old
+ new
@@ -67,10 +67,10 @@
yield
if stashed
puts "unstashing".magenta
- @repo.git.stash({}, "apply")
+ @repo.git.stash({}, "pop")
end
end
def returning_to_current_branch
unless @repo.head.respond_to?(:name)