Added more content to finish the lab instructions.

This commit is contained in:
Isaac Shoebottom 2022-09-08 19:53:42 -03:00
parent 0a7f951a3a
commit 4ecdb30a7d
2 changed files with 12 additions and 19 deletions

View File

@ -104,11 +104,21 @@
<h2 id="frog">Frog</h2>
<p>We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files.</p>
<p>We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files. This is a way easier way of generating sites than making them by hand, although the result is not very custom. At my last Co-op I designed websites by hand and this makes static site generation much easier.</p>
<p>We were instructed to read the Frog documentation/manual, as well as it&rsquo;s quick start guide for more information.</p>
<h2 id="git">Git</h2>
<p>We learned how to use the git, how to make a local repository, how to commit to a local repository, and how to push our local repository to our UNB remote</p>
<p>We learned how to use the git, how to make a local repository, how to commit to a local repository, and how to push our local repository to our UNB remote. I have used git to interact with Github from the command line and used the Github Desktop Client to interact with Github, and while git is not hard to use from the command line I still prefer the Github Desktop client for interacting with git repositories.</p>
<ol>
<li>
<p>I have never used any other form of version control. I tried to use mercurial to download firefox but got distracted before I got to cloning it.</p></li>
<li>
<p>The great thing about git is how standard it has become in the industry. There is lots of resources surrounding git that make it very easy to learn. The only problem I have with git is just how complex git is when you deviate from just the standard clone, commit, and push.</p></li>
<li>
<p>My form of version control would be to &ldquo;Save As&rdquo; with a new version number, for example &ldquo;My Document v2&rdquo; or just &ldquo;My Document 2&rdquo;. If it was important enough I would just back up the folder to a cloud storage solution.</p></li></ol>
<footer>
<div class="row justify-content-center">
<nav aria-label="Page Navigation">

View File

@ -1,17 +0,0 @@
Title: First Lab
Date: 2022-09-07T08:55:04
Tags: cs2163, lab, frog, git
# First Lab Post
In this lab we learned about how to use frog and git, and how to interact with the university git remote.
<!-- more -->
## Frog
We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files.
## Git
We learned how to use the git, how to make a local repository, how to commit to a local repository, and how to push our local repository to our UNB remote