|
|
|
|
|
by still_grokking
1315 days ago
|
|
What's wrong with just working on and when the changes finally look like they should just do a `git commit --amend`? Or if the commit should for some strange reasons really never exist just move HEAD one commit back. You could even get the changes back by merging the "bad" commit back without committing the merge (using the `--no-commit` switch). |
|