Skip to content

Commit 0e6324f

Browse files
authored
add screenshot of github flow
Add Git Fork-Branch-Pull Workflow diagram image to General Git Guidelines section refs #1
1 parent d03c0fe commit 0e6324f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ The [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow)
426426
peers as well as your future self and future collaborators.
427427
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.
428428

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

430431
## Next Steps
431432

39 KB
Loading

0 commit comments

Comments
 (0)