Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activity Team/Git FAQ
(view source)
Revision as of 11:49, 13 October 2010
178 bytes added
,
11:49, 13 October 2010
→How do I amend a commit message?
Line 171:
Line 171:
git checkout master
git checkout master
git branch -d to-push
git branch -d to-push
+
+
=== How do I revert a commit? ====
+
+
Again, best to do this on a branch as per [[#How do I amend a commit message?|above]]
+
+
Find the commit id and then:
+
+
git revert <commit ID>
=== As a maintainer, how do I merge a patch? ===
=== As a maintainer, how do I merge a patch? ===
Walter
Bureaucrats
,
Administrators
10,579
edits