Changes

Jump to: navigation, search

OPS435 Python Lab 0

214 bytes added, 01:21, 3 September 2019
Task 3: Clone a Github.com repository into a new directory on a Linux system
<pre>
git clone https://github.com/[your_github_user_name]/[your_seneca_user_name]
 
for example, if your github user name is "rc2030", and your seneca user name is rchan,
the git command to clone the repository you created in Task 2 should be:
 
git clone https://github.com/rc2030/rchan
</pre>
:* change your working directory to your cloned git repository, which should be ~/ops435/lab0/[your_seneca_user_name]
1,760
edits

Navigation menu