Changes

Jump to: navigation, search

OPS435 Online Lab1

138 bytes added, 23:49, 10 May 2020
Task 3: Clone a Github.com repository into a new directory on a Linux system
:* login to matrix.senecacollege.ca or your CentOS 7 vm
:* create a directory named ops435/lab0 under your home directory
:* change your working directory to ~/ops435/lab0lab1
:* run the following git command to clone the repository you created in Task 2 on github.com
<pre>
git clone https://github.com/rc2030/rchan
</pre>
:* change your working directory to your cloned git repository, which should be ~/ops435/lab0lab1/[your_seneca_user_name]:* run the following two commands and capture their output to a file or to your lab log bookthe named files:
<pre>
git log> gitlog.txt
</pre>
<pre>
tree -a> repo_tree.txt
</pre>
:* Make sure that gitlog.txt and repo_tree.txt are not empty. Review and study the contents of gitlog.txt and repo_tree.txt
=LAB 1 SIGN-OFF Upload the following files individually to Blackboard=
1,760
edits

Navigation menu