Skip to content

Simple Repository to teach how to submit a pull request.

Notifications You must be signed in to change notification settings

flybaflyba/git-collaboration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

git-collaboration

Simple Repository to teach how to submit a pull request.

You should do the following:

  1. Fork the repository.
  2. Clone the fork onto your computer.
  3. Create a new branch for your commit.
  4. Add the original as your upstream: git@github.com:BYUHCS490R/git-collaboration.git (everyone should us this as the upstream.)
  5. Add a text file named with your name (name.txt).
  6. In the text file give a short two sentence introduction. Then add your final project idea.
  7. Commit your changes with a commit message. The message should complete the following sentence: "Applying this commit will ....". For example "Add intro and project for Bro. Slade". Notice, you do not include "Applying this commit will". You will get marked down if you do not have the an appropriate commit message.
  8. Push your changes to the origin. The origin is the forked version of the original repo on GitHub. The upstream is the original repo that you forked. You will want to make sure your push your new brack up to the origin.
  9. Visit the URL that you get on the command line, after pushing your new brach, to submit a Pull Request.

About

Simple Repository to teach how to submit a pull request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published