aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.git5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.git b/README.git
index 70840f3a..d7ff15b9 100644
--- a/README.git
+++ b/README.git
@@ -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 .