Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
0a63ea5e
Commit
0a63ea5e
authored
Jan 14, 2017
by
LEFEBVREJP email
Browse files
Adding first first to contribution.md.
parent
1cd30120
Pipeline
#7405
passed with stages
in 23 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
0a63ea5e
...
...
@@ -35,5 +35,15 @@ git branch -r
origin/master
```
### Making the first push
When you are ready to push your changes
When you are ready to push your changes, you will get a fatal error about
`no upstream branch`
.
```
git push
fatal: The current branch contribution_guide has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin contribution_guide
```
Follow the suggested command
```
git push --set-upstream origin contribution_guide
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment