forked from jvgeiger/summa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace UCAR with NCAR (site name change) and governing with conserva…
…tion
- Loading branch information
1 parent
5419e54
commit 43e6452
Showing
4 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
> Note: This document has been conveniently adapted from the [Cookbook for working with Git and VIC](https://github.com/UW-Hydro/VIC/wiki/Git-Workflow) | ||
The basic workflow described here follows a workflow originally outlined by Vincent Driessen. The workflow is built around the Git version control system. A basic description of the branching strategy and release management used for SUMMA is presented here. We use a central truth repository (https://github.com/UCAR/summa) that contains our main branches and the official release version of SUMMA. All active development takes place on forks and clones of this repo. | ||
The basic workflow described here follows a workflow originally outlined by Vincent Driessen. The workflow is built around the Git version control system. A basic description of the branching strategy and release management used for SUMMA is presented here. We use a central truth repository (https://github.com/NCAR/summa) that contains our main branches and the official release version of SUMMA. All active development takes place on forks and clones of this repo. | ||
|
||
## Main Branches | ||
|
||
|
@@ -57,7 +57,7 @@ You have developed a novel way to parameterize the stomatal resistance and would | |
|
||
The process would be as follows: | ||
|
||
* Navigate to the main [SUMMA repo](https://github.com/UCAR/summa) | ||
* Navigate to the main [SUMMA repo](https://github.com/NCAR/summa) | ||
|
||
* Fork the repo by clicking on the 'Fork' button in the upper right corner | ||
|
||
|
@@ -67,7 +67,7 @@ The process would be as follows: | |
|
||
* Add the main SUMMA repo as the upstream remote, so you can easily merge changes that are made in the main SUMMA repo into your own local repo | ||
|
||
git add remote upstream [email protected]:UCAR/summa.git | ||
git add remote upstream [email protected]:NCAR/summa.git | ||
|
||
* Checkout the `develop` branch | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters