Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cta-array-elements
ccf
LIDAR_Analysis
Commits
11ecd72b
Commit
11ecd72b
authored
May 05, 2017
by
Scott Griffiths
Browse files
Merge branch 'master' of gitlab.com:griffisc/LIDAR_Analysis
parents
0a3e4e51
ff51682c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
0 → 100644
View file @
11ecd72b
# Instructions for Submitting Code
### Setup
This only needs to be done once!
1.
Create a fork of griffisc/LIDAR_Analysis by clicking on the "Fork" button.
2.
If your GitLab user name is lidar_user, this will create a new fork called lidar_user/LIDAR_Analysis that you own.
3.
Pull your new fork to your local machine. Browse to local directory where you want the code to live, then do:
`git clone git@gitlab.com:lidar_user/LIDAR_Analysis.git`
4.
cd to the new LIDAR_Analysis directory
5.
Add griffisc/LIDAR_Analysis as an upstream repository:
`git remote add upstream git@gitlab.com:griffisc/LIDAR_Analysis.git`
See https://help.github.com/articles/configuring-a-remote-for-a-fork/ for details
### Normal Workflow
Do this every time you want to add code to the repository:
1.
Pull code from the upstream repository:
`git pull upstream master`
2.
Resolve any differences with your code
3.
Commit and push your code to your fork's master branch
`git commit -m "Commit message..."`
`git push origin master`
Note that the normal workflow will only modify your fork, not the main LIDAR_Analysis repository.
### Submitting code to the upstream LIDAR_Analysis repository
1.
Open a web browser and navigate to gitlab.com; open your fork.
2.
Near the top, click "Merge Requests" and then click the "New Merge Request" button.
3.
Follow the instructions.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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