-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from samuelsandoval1/contributing-md
π¨π»βπ» Added contributing MD
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Contributing Information | ||
|
||
Fork this repo to your personal repository. | ||
Check out into a branch. | ||
Push to that branch and open a Pull Request | ||
|
||
|
||
## Mirroring to the Production Repo π | ||
|
||
To configure a remote fork a fork of the repository | ||
|
||
``` | ||
git remote -v | ||
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git | ||
git remote -v | ||
``` | ||
|
||
To update a fork of this repository, execute the following commands: | ||
|
||
``` | ||
git fetch upstream | ||
git checkout main | ||
git merge upstream/main | ||
git push | ||
``` |
18b1ad0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: