File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,17 @@ Local Modifications:
88 README.google was removed from .gitignore.
99 Remote submodules were not imported.
1010 Remove .gitmodules.
11+ Remove submodules from git index with 'git rm'.
1112
1213 Imported as a git-subtree.
1314
1415 $ git remote add googleapis https://github.com/googleapis/googleapis
1516 $ git subtree add --prefix third_party/googleapis googleapis master --squash
17+ $ rm third_party/googleapis/.gitmodules
18+ $ git rm third_party/googleapis/third_party/boringssl-with-bazel
19+ $ git rm third_party/googleapis/third_party/nanopb
20+ $ git rm third_party/googleapis/third_party/protobuf
21+ $ git rm third_party/googleapis/third_party/zlib
1622
1723 To update from remote on an ongoing basis:
1824 $ git fetch googleapis
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments