diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-04 14:03:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-04 14:03:48 +0300 |
commit | 17a2a7c14dc27248d87f2561a1ec311ad4972355 (patch) | |
tree | b7f2613615031870fd254a204e5fe57c119c476c | |
parent | fa620d22a63f26f8098d7b4c4b835ad27c1b13a7 (diff) | |
download | egawk-17a2a7c14dc27248d87f2561a1ec311ad4972355.tar.gz egawk-17a2a7c14dc27248d87f2561a1ec311ad4972355.tar.bz2 egawk-17a2a7c14dc27248d87f2561a1ec311ad4972355.zip |
Add some more stuff to README.git.
-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 . |