Skip to content

Commit

Permalink
add screenshot of github flow
Browse files Browse the repository at this point in the history
Add Git Fork-Branch-Pull Workflow diagram image to General Git Guidelines section

refs #1
  • Loading branch information
saachibm authored Feb 23, 2023
1 parent d03c0fe commit 0e6324f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ The [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow)
peers as well as your future self and future collaborators.
4. **Use tags and releases** to keep track of important coding milestones. Did this exact version of your computational model pass all of its tests and generate harrowing data that lead to publishable findings? Make sure it's fully synced with your GitHub repository (i.e., **commit** and **push** any available changes), then create a [release, tag, and DOI](https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content) that points at this version.

![Git Fork-Branch-Pull Workflow](images/github-flowchart-diagram.png)

## Next Steps

Expand Down
Binary file added images/github-flowchart-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e6324f

Please sign in to comment.