I have this:
* [f037cb3] (HEAD, master, branch-01) More cleanup * [9d3d167] Trying to cleanup | * [e524891] (refs/stash) On (no branch): Checkout 75d5bbe7e935eef26b88af304838c04abb60c629 at 7/5/14 12:31 A| |\ |/ / | * [cf4235c] index on (no branch): 22c8c38 Before implementing blueprints |/ * [22c8c38] Before implementing blueprints * [3cff07c] Switched to Bootstrap * [a4d5973] Added basic unit test * [a14a6ab] Added 404 and 500 error pages * [869bf35] Added user_id to stored session data * [08dcf3b] Updated forms * [9fc43b7] Added user registration * [2e41a3c] Added database file to git * [4eccb17] Renamed database file * [e9820fc] Added user registration * [02a2448] Most of the transition to SQLAlchemy is done. Commit just before adding forms.py * [dcc0f56] Before switching to Flask-SQLAlchemy How do I get rid of these two?
[e524891] (refs/stash) On (no branch): Checkout [cf4235c] index on (no branch): 22c8c38 Before implementing blueprints
git stash. To drop the stash without attempting to apply it anywhere, usegit stash drop. Be sure you really mean this!git stash. I'll try that and see what happens. thanks.