diff options
author | William Carroll <wpcarro@gmail.com> | 2019-05-13T15·34+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-05-13T15·34+0100 |
commit | aafc240c1666d123c11df1d3710ede7c61f1d27c (patch) | |
tree | fd858394827404c7de50cd1d97d62338d059dfc1 | |
parent | 1e84900ac9cb36b4caa5cd708fb637c7a3e1aaa4 (diff) |
Support g4d for Google repositories
Support aliases to quickly navigate the Google3 source code tree.
-rw-r--r-- | configs/shared/google/.g4d | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/shared/google/.g4d b/configs/shared/google/.g4d new file mode 100644 index 000000000000..10ecbf4996c6 --- /dev/null +++ b/configs/shared/google/.g4d @@ -0,0 +1,8 @@ +alias @escalations /google3/corp/gtech/pto/tda/beacons_extension + +alias @spewall_fe /google3/alkali/apps/speakeasydashboard +alias @spewall_be /google3/java/com/google/alkali/applications/speakeasydashboard +alias @spewall_protos /google3/google/internal/alkali/applications/speakeasydashboard +alias @spewall_tests /google3/javatests/com/google/alkali/applications/speakeasydashboard + +alias @gti /google3/experimental/engedu/gti/projects/week20190422/mtv/Team10 |