| ... | ... | @@ -6,13 +6,14 @@ At a high level, the model is as follows. All alterations to the organization r |
|
|
|
* Create a Github account
|
|
|
|
* Fork the [USGS-Astrogeology/autocnet](https://github.com/USGS-Astrogeology/autocnet) repository
|
|
|
|
* [Forking article](https://help.github.com/articles/fork-a-repo)
|
|
|
|
* Clone the forked repository using `git clone https://github.com/jlaura/autocnet.git change `jlaura` to yourUsername
|
|
|
|
* Clone the forked repository using `git clone https://github.com/jlaura/autocnet.git` change `jlaura` to yourUsername
|
|
|
|
|
|
|
|
# Development
|
|
|
|
On the local (laptop or desktop) execute the following to begin working on a bug or enhancement
|
|
|
|
|
|
|
|
|
|
|
|
1. Add an upstream remote repository pointing to the USGS Astrogeology organization repos
|
|
|
|
1. Navigate terminal directory to the newly created autocnet file.
|
|
|
|
2. Add an upstream remote repository pointing to the USGS Astrogeology organization repos
|
|
|
|
```git remote add upstream https://github.com/USGS-Astrogeology/autocnet.git```
|
|
|
|
2. Pull from upstream to get the latest master
|
|
|
|
```git pull --rebase upstream master```
|
| ... | ... | |
| ... | ... | |