Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 9143f36

Browse files
committed
updated contributing file for upstream visibility
1 parent e3d1af7 commit 9143f36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ $ git add myfile
8787
$ git commit
8888
```
8989

90+
To share the branch so others can see it (although advised not to work on it) do this:-
91+
92+
```sh
93+
$ git push --set-upstream origin feature-ISSUEID
94+
```
95+
96+
Now your feature branch [will be visible on GitHub](https://github.com/adamfowleruk/marklogicworkflow/branches).
97+
9098
#### Formatting code
9199

92100
We use [.editorconfig][] to configure our editors for proper code formatting. If you don't

0 commit comments

Comments
 (0)