Difference between revisions of "OPS435 Python Lab 0"

From CDOT Wiki
Jump to: navigation, search
(Lab Objectives)
Line 1: Line 1:
 
[[Category:rchan]][[Category:ops435]]
 
[[Category:rchan]][[Category:ops435]]
 
= Lab Objectives =
 
= Lab Objectives =
:In this lab, you will create an account on Github and follow the guide to create a new public repository on github to learn about the basic work flow of using github to track and manage revisions of software or other contents. The basic work flow includes creating new repository, creating a new branch, making changes to files, creating pull request, and opening and merging a pull request.  
+
:In this lab, you will create an account on Github and follow the Github "Hello World guide" to create a new public repository on github to learn about the basic work flow of using github to track and manage revisions of software or other contents. The basic work flow includes  
 +
:*creating new repository,  
 +
:*creating a new branch,  
 +
:*making changes to files,  
 +
:*creating pull request, and  
 +
:*opening and merging a pull request.  
 
:You will then use the git client on a Linux machine to access and download the contents from the repository you created on github.
 
:You will then use the git client on a Linux machine to access and download the contents from the repository you created on github.
 +
 
= Resource =
 
= Resource =
 
:* [https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf Github git Cheat sheet]
 
:* [https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf Github git Cheat sheet]
 
:* [https://guides.github.com/activities/hello-world/ Github Hellow World Guide]
 
:* [https://guides.github.com/activities/hello-world/ Github Hellow World Guide]

Revision as of 21:30, 2 September 2019

Lab Objectives

In this lab, you will create an account on Github and follow the Github "Hello World guide" to create a new public repository on github to learn about the basic work flow of using github to track and manage revisions of software or other contents. The basic work flow includes
  • creating new repository,
  • creating a new branch,
  • making changes to files,
  • creating pull request, and
  • opening and merging a pull request.
You will then use the git client on a Linux machine to access and download the contents from the repository you created on github.

Resource