Skip to content

Commit

Permalink
Merge pull request #1 from RENCI-NRIG/vcs
Browse files Browse the repository at this point in the history
Updates to PE103 VCS section
  • Loading branch information
sajith authored May 6, 2024
2 parents 0ac3a20 + 3040f73 commit 221640e
Show file tree
Hide file tree
Showing 25 changed files with 1,051 additions and 224 deletions.
18 changes: 0 additions & 18 deletions theme1/PE100/python-and-jupyter.ipynb

This file was deleted.

15 changes: 15 additions & 0 deletions theme1/PE103/README.txt
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.
7 changes: 7 additions & 0 deletions theme1/PE103/branching.ditaa
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
main / master branch
-*-*---*----*-----*------*--*---*--*--->
| ^
| |
| feature branch |
+-*----*-----*----*----*-----*

Binary file added theme1/PE103/branching.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme1/PE103/git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme1/PE103/git_commit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions theme1/PE103/remote-repository.ditaa
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+-----------------------+
| remote repository |
+-----------------------+
^ ^ ^
| | |
+-------+ | +------+
| | |
V v V
+------------+ +------------+ +------------+
| you | |colleague #1| |colleague #2|
+------------+ +------------+ +------------+
Binary file added theme1/PE103/remote-repository.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions theme1/PE103/staging.ditaa
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+-----------+ +-----------+ +-----------+
| working | | staging | | repository|
| tree | | area | | (.git) |
+-----------+ +-----------+ +-----------+
| | |
| | |
|<-------------checkout-------------|
| | |
|-----stage------->| |
| |----commit----->|
| | |
Binary file added theme1/PE103/staging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion theme1/PE103/vcs-testing-debugging.md
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)
205 changes: 0 additions & 205 deletions theme1/PE103/vcs.md

This file was deleted.

Loading

0 comments on commit 221640e

Please sign in to comment.