Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: site/dev/contrib/revert.md

Issue 872433004: Fix 'Revert' instructions. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/contrib/revert.md
diff --git a/site/dev/contrib/revert.md b/site/dev/contrib/revert.md
index 09665a7742f77758ff0dbd9eac65cb0a8d8c3d35..9067e50cd8fdfd7e578ba25c2bd0d26bf3281c6a 100644
--- a/site/dev/contrib/revert.md
+++ b/site/dev/contrib/revert.md
@@ -9,8 +9,8 @@ Using one-click revert
Using Git
---------
* git checkout master
- * git svn fetch && git svn rebase && gclient sync
- * git checkout -t -b <branch_name>
+ * git pull --rebase && gclient sync
+ * git checkout -b <branch_name> origin/master
* git log
* <Find the SHA1 of the commit you want to revert>
* git revert <SHA1>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698