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

Unified Diff: docs/shift_based_development.md

Issue 1473953002: Fix various issues with Markdown docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « docs/linux_sandboxing.md ('k') | docs/test_descriptions.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/shift_based_development.md
diff --git a/docs/shift_based_development.md b/docs/shift_based_development.md
index 3d8f6454367745cc95018469c379558b2cfa1cd7..ffc62c952c5528dc06ed7451fdeaf047b7502789 100644
--- a/docs/shift_based_development.md
+++ b/docs/shift_based_development.md
@@ -58,9 +58,7 @@ done in your separate local repositories, and you still use e.g. git
pull (which in our git svn repositories behind the scenes does a `git svn fetch` etc.
Shift-based collaboration won't work well (at least not with a
-pipeline of branches) unless you are using an "unmanaged" git checkout
-(search for "unmanaged" on
-[this page](https://code.google.com/p/chromium/wiki/UsingNewGit)).
+pipeline of branches) unless you are using an "unmanaged" git checkout.
## Example Working Rules
@@ -149,4 +147,4 @@ To push a local branch to shiftrepo: `git push shiftrepo localbranchname`
To push all "matching" branches (i.e. push the latest copy of
any local branch that has previously been pushed to shiftrepo): `git push shiftrepo`
-To delete a branch from shiftrepo, it's weird: `git push shiftrepo :branchname`
+To delete a branch from shiftrepo, it's weird: `git push shiftrepo :branchname`
« no previous file with comments | « docs/linux_sandboxing.md ('k') | docs/test_descriptions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698