Download How can I rename a git stash? - Stack Overflow book pdf free download link or read online here in PDF. Read online How can I rename a git stash? - Stack Overflow book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
$ # Stash any pending changes you have, if applicable. $ git stash -um "temporary stash" $ # Re-apply the stashed changes whose message you want to change. $ git stash apply stash@{1} $ # Now stash again with the message you want. $ git stash push -um "good message" $ # Now you can pop your temporary stash and drop your poorly named one. $ git stash pop $ git stash drop stash@{1}
Read : How can I rename a git stash? - Stack Overflow pdf book online Select one of servers for direct link: |
---|