Skip to content

rylnd/github_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

YWeb GitHub Workshop

Hi there! Here are the steps to follow to contribute to this project:

  1. Fork this repo
  2. Clone your fork
  3. Create a new branch:
git checkout -b <your name>
  1. Create a new text file named after yourself, e.g. ryland.txt
  2. Add a fact about yourself to the file
  3. Add and commit the new file:
git add ryland.txt
git commit -m "Adds facts about Ryland"
  1. Push your branch (which has your new file) to GitHub:
git push origin ryland
  1. Open a Pull Request to the original repo (see this example pull request)
  2. Celebrate! 🎉

About

Example repository to which YWeb students can contribute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published