Skip to content
Snippets Groups Projects
Commit 8d30c01c authored by Zachary Wartell's avatar Zachary Wartell
Browse files

-docs

parent 1670747a
No related branches found
No related tags found
No related merge requests found
Pipeline #
Instructions for a gradable Git Tutorial based on readings in https://git-scm.com/book/en/v2 plus varous Git 'best-practices' required in Dr. Wartell's course work and research projects.
# Git Tutorial
## Author: Zachary Wartell, Ph.D.
- WWW: https://webpages.charlotte.edu/zwartell/Teaching/Git%20Tutorial/Git%20Tutorial.html
<div><br>
License:
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"> <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"></a>
<br>
<br>
</div>
Instructions and interactive grading rubric for a Git tutorial based on readings in https://git-scm.com/book/en/v2 along with instructions for various Git 'best-practices' required in Dr. Wartell's course work and research projects.
- WWW:
- https://webpages.charlotte.edu/zwartell/Teaching/Git%20Tutorial/Git%20Tutorial.html
- ...others...
- GIT: https://zwartell@gitlab.com/zwartell/Git_Tutorial_and_Coding_Standards.git
# Installation
```
[CLI Shell]
$ git clone https://zwartell@gitlab.com/zwartell/Git_Tutorial_and_Coding_Standards.git
$ git submodule init
$ git submodule update
-[MS Windows] Run cmd.exe in administrator mode
-[cmd.exe] > www-site/git_modules/zjwgi/scripts/init-template.bat
-[other OS] reverse engineer and rewrite 'www-site/git_modules/zjwgi/scripts/init-template.bat' as a bash script, etc.
# Running Git Tutorial.html locally
[Windows] Run "Git Tutorial.bat"
- software prerequisites : undocumented; see and decipher the .bat file
[Other] Install a webserver and serve the page 'Git Tutorial.html' on the localhost
# Publishing Git Tutorial.html to a webserver
See and decipher file://./scripts/zjwgi/publishWWW
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment