Skip to content

Commit dc676d6

Browse files
author
Kate Osborn
committed
Separate output from input for git remote
1 parent f9eca88 commit dc676d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/developer/branching-and-workflow.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ Below is an example of following the merge and fork process. Developer Alice:
1414
```shell
1515
git remote add upstream [email protected]:nginxinc/nginx-kubernetes-gateway.git
1616
```
17-
Alice now has the follow remotes configured:
17+
- Alice lists all of her configured remotes:
1818
```shell
1919
git remote -v
20+
```
21+
Which shows the following:
22+
```text
2023
origin [email protected]:<alice-user-id>/nginx-kubernetes-gateway.git (fetch)
2124
origin [email protected]:<alice-user-id>/nginx-kubernetes-gateway.git (push)
2225
upstream [email protected]:nginxinc/nginx-kubernetes-gateway.git (fetch)

0 commit comments

Comments
 (0)