Page History
...
| No Format |
|---|
# While fixing a bug you notice something evil that must be fixed. # First set your current work aside: $ git stash # Next go create a new branch and purge the ugliness you just discovered: $ git createcheckout -b my-eyes-are-bleeding master \{ fix ugliness \} $ git commit -av # Now go back to what you were working on: $ git checkout my-brilliant-idea $ git stash pop |
...
Overview
Content Tools