summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-05-04 14:03:48 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-05-04 14:03:48 +0300
commit17a2a7c14dc27248d87f2561a1ec311ad4972355 (patch)
treeb7f2613615031870fd254a204e5fe57c119c476c
parentfa620d22a63f26f8098d7b4c4b835ad27c1b13a7 (diff)
downloadgawk-17a2a7c14dc27248d87f2561a1ec311ad4972355.tar.gz
Add some more stuff to README.git.
-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 .