diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-07-17 13:57:45 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-07-19 13:44:40 +0000 |
commit | 6ec7b8da05d21a3878bd21c691b41e675d74bb1c (patch) | |
tree | b87f250bc19413750b9bb9cdbf2da20ef5014820 /chromium/docs/git_cookbook.md | |
parent | ec02ee4181c49b61fce1c8fb99292dbb8139cc90 (diff) | |
download | qtwebengine-chromium-6ec7b8da05d21a3878bd21c691b41e675d74bb1c.tar.gz |
BASELINE: Update Chromium to 60.0.3112.70
Change-Id: I9911c2280a014d4632f254857876a395d4baed2d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/docs/git_cookbook.md')
-rw-r--r-- | chromium/docs/git_cookbook.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 |