Commit 2416c5e 1 parent 1f486c8 commit 2416c5e Copy full SHA for 2416c5e
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ cd opentelemetry-demo
131
131
Add your fork as an origin:
132
132
133
133
``` sh
134
- git remote add fork https://github.com/open-telemetry /opentelemetry-demo.git
134
+ git remote add fork https://github.com/YOUR_GITHUB_USERNAME /opentelemetry-demo.git
135
135
```
136
136
137
137
Check out a new branch, make modifications and push the branch to your fork:
@@ -143,7 +143,7 @@ $ git checkout -b feature
143
143
$ docker compose up -d --build
144
144
# Go to Webstore, Jaeger or docker container logs etc. as appropriate to make sure your changes are working correctly.
145
145
$ git add my/changed/files
146
- $ git commit -m " short discription of the change"
146
+ $ git commit -m " short description of the change"
147
147
$ git push fork feature
148
148
```
149
149
You can’t perform that action at this time.
0 commit comments