-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from RENCI-NRIG/vcs
Updates to PE103 VCS section
- Loading branch information
Showing
25 changed files
with
1,051 additions
and
224 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
A note about the diagrams: | ||
|
||
Quarto supports embedding both mermaid and graphviz diagrams: | ||
|
||
https://quarto.org/docs/authoring/diagrams.html | ||
|
||
|
||
The .mmd files in this directory are input for mermaid, and the .dot | ||
files are input for graphviz. The .ditaa files are input for ditaa: | ||
|
||
https://github.com/stathissideris/ditaa | ||
|
||
Since I wanted a little more control over the layout of the nodes in | ||
the diagram, I eventually chose ditaa. The .mmd files and .dot files | ||
are left here, just in case they are found to be eventually useful. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
main / master branch | ||
-*-*---*----*-----*------*--*---*--*---> | ||
| ^ | ||
| | | ||
| feature branch | | ||
+-*----*-----*----*----*-----* | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+-----------------------+ | ||
| remote repository | | ||
+-----------------------+ | ||
^ ^ ^ | ||
| | | | ||
+-------+ | +------+ | ||
| | | | ||
V v V | ||
+------------+ +------------+ +------------+ | ||
| you | |colleague #1| |colleague #2| | ||
+------------+ +------------+ +------------+ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+-----------+ +-----------+ +-----------+ | ||
| working | | staging | | repository| | ||
| tree | | area | | (.git) | | ||
+-----------+ +-----------+ +-----------+ | ||
| | | | ||
| | | | ||
|<-------------checkout-------------| | ||
| | | | ||
|-----stage------->| | | ||
| |----commit----->| | ||
| | | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Version Control, Testing and Debugging | ||
|
||
- [Version Control](./vcs.md) | ||
- [Version Control](./vcs.qmd) | ||
- [Testing](./testing.md) | ||
- [Debugging](./debugging.md) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.