diff options
-rw-r--r-- | README.git | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -283,3 +283,8 @@ To sync the current branch with upstream, type If you want to update several branches, "bzr switch" to each one in turn, followed by "bzr pull" to sync the branch. + +- How do I manage things if I want to undo a commit? + +It depends upon if you have pushed the commit or not. Lots of good +info is at http://stackoverflow.com/questions/927358/git-undo-last-commit . |