Skip to content

Dummy repo for members of the USC tech comm to test their Git skills

Notifications You must be signed in to change notification settings

paperchloe/usc-tech-training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Git Exercise for USC Tech

For this tutorial, let's try to do a few things with Git. Note: Git CLI is preferred but it's ok if you want to start with the Github app

  1. Clone this repository to your device.
  2. Create a branch and switch to that branch (try to figure out how to do that; find hints here)
  3. Open the names.py file with your editor of choice and add a print statement with your name there.
  4. Save the changed file.
  5. Add your file to the local repository (Google how to add files, or use git help!)
  6. Commit your change (i.e. the addition of the file) to your new branch,
  7. Push your branch (which is currently local) to the remote (i.e. the online repository)
  8. Go to the link for the repo here and create a pull request
  9. You're done! Do approach any of your leads or directors if you have issues at any point in this execise

Doing this exercise will also get you 1 Hacktoberfest PR: you'll be 25% on the way to getting that free t-shirt!

About

Dummy repo for members of the USC tech comm to test their Git skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%