Skip to content

gw-acm/git-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Workshop

This repository goes along with the How2Git workshop.

What Do I Do?

For more details, take a look at this guide

  1. Fork this repository to your own account by clicking the button near the top-right of this page.
  2. Clone the repository onto your local machine by running git clone https://github.com/phil-lopreiato/git-workshop.git and then enter the project directory (cd git-workshop)
  3. Create a new local branch in your terminal for your feature (git checkout -b my-feature)
  4. Make your changes (implement a funcition in SimpleCalculator.java)
  5. Commit your changes (git add SimpleCalculator.java and git commit)
  6. Push your changes to your fork on GitHub (git push)
  7. Submit a pull request to this repository to get your changed merged in
  8. Listen to and incorporate feedback from maintainers who review your pull request. When they're ready, they'll merge the changes

Congratulations! You have now contribued code to an open source project over GitHub!

Releases

No releases published

Packages

No packages published

Languages