Skip to content

Commit

Permalink
Add -recursive to recommended git clone command line and add lf setti…
Browse files Browse the repository at this point in the history
…ng (#421)

Add -recursive to recommended git clone command line
  • Loading branch information
ThomsonTan authored Dec 8, 2020
1 parent 1694139 commit 22f25fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## C++ and C source files
*.c text eol=lf diff=cpp
*.h text eol=lf diff=cpp
*.cc text eol=lf diff=cpp
*.cpp text eol=lf diff=cpp
*.cxx text eol=lf diff=cpp
*.hpp text eol=lf diff=cpp
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ requests (PRs).
To create a new PR, fork the project in GitHub and clone the upstream repo:

```sh
git clone https://github.com/open-telemetry/opentelemetry-cpp.git
git clone --recursive https://github.com/open-telemetry/opentelemetry-cpp.git
```

Add your fork as a remote:
Expand Down

0 comments on commit 22f25fc

Please sign in to comment.