Guest User

Untitled

a guest
May 2nd, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. How to combine multiple stashes in git
  2. git stash apply stash@{1}
  3. git commit -a
  4. # Enter your commit message
  5. git stash apply stash@{3}
Advertisement
Add Comment
Please, Sign In to add comment