Changes

Jump to: navigation, search

OPS435 Python Lab 0

850 bytes added, 01:04, 3 September 2019
Tasks
== Task 2: Create a project and make a pull request on GitHub ==
:Follow the Github "Hello World Guid" [https://guides.github.com/activities/hello-world/ here] to perform the following activities:
:* Create a repository
:* Create a branch
:* Make and commit changes
:* Open a pull request, and
:* Merge your pull request
: Please make to following changes when following the guide:
:* name the new repository using your Seneca user name instead of "hello-world".
:* add your full name, and OPS435 section to the README file.
 
== Task 3: Clone a Github.com repository into a new directory on a Linux system ==
: You can do the steps either on matrix.senecacollege.ca or on your CentOS 7 vm:
:* create a directory named ops435/lab0 under your home directory
:* change your current working direct to ~/ops435/lab0
:* run the following git command to clone the repository you created in Task 2 on github.com
<pre>
git clone https://github.com/[your_github_user_name]/[your_seneca_user_name]
</pre>
1,760
edits

Navigation menu