Skip to content

Commit

Permalink
Pop stashes instead of applying them.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcm committed Mar 13, 2010
1 parent 34c1fb2 commit 8612174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git-up.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def with_stash

if stashed
puts "unstashing".magenta
@repo.git.stash({}, "apply")
@repo.git.stash({}, "pop")
end
end

Expand Down

0 comments on commit 8612174

Please sign in to comment.