Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 761 Bytes

ReadMe.md

File metadata and controls

24 lines (17 loc) · 761 Bytes

Welcome to Fall 2019 CSCI1411: Script Programming Repository

Throughout the semester, assignment and lab starter code will be posted inside this repository that you will be able to pull inside of your individual VMs.

Setting up your first copy of CS1411 Repo

  1. Launch your VM in Oracle Virtual Box
  2. Open a terminal window or IDE (Powershell ISE, Visual Studio Code)
  3. Clone Repository
git clone https://github.com/lhundt-ung/CS1411/

Getting the latest copy

  1. Launch your VM in Oracle Virtual Box
  2. Open a terminal window or IDE (Powershell ISE, Visual Studio Code)
  3. Change Directory (cd) to base of the repository folder (i.e c:\users\cs1411\Documents\Github\CS1411)
  4. Pull (Sync) Repository
git pull