From 6ec7b8da05d21a3878bd21c691b41e675d74bb1c Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 17 Jul 2017 13:57:45 +0200 Subject: BASELINE: Update Chromium to 60.0.3112.70 Change-Id: I9911c2280a014d4632f254857876a395d4baed2d Reviewed-by: Alexandru Croitor --- chromium/docs/git_cookbook.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'chromium/docs/git_cookbook.md') diff --git a/chromium/docs/git_cookbook.md b/chromium/docs/git_cookbook.md index de56f7ebc6b..141db65fba5 100644 --- a/chromium/docs/git_cookbook.md +++ b/chromium/docs/git_cookbook.md @@ -19,6 +19,17 @@ concepts and general git usage. Knowing what git means by branches, commits, reverts, and resets (as opposed to what SVN means by them) will help make the following much more understandable. +## Chromium-specific Git Extensions + +Chromium ships a large number of git extensions in depot_tools. Some (like +`git cl`) are required for the Chromium development workflow, while others +(like `git map-branches`) are simple utilities to make your life easier. +Please take a look at the full +[depot_tools tutorial](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html), +and at the extensive +[man pages](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools.html) +for all the extensions. + ## Excluding file(s) from git-cl, while preserving them for later use Since git-cl assumes that the diff between your current branch and its tracking -- cgit v1.2.1