Skip to content
Discussion options

You must be logged in to vote

To learn how to make a pull request I just followed two separate help pages on Github (linked below as bullet points). The following command line commands are for Part 1. Part 2, the actual pull request, is done entirely on Github's website.

$ git clone https://github.com/tim-peterson/dwolla-php.git
$ cd dwolla-php
$ git remote add upstream https://github.com/Dwolla/dwolla-php.git
$ git fetch upstream
// make your changes to this newly cloned, local repo
$ git add .
$ git commit -m '1st commit to dwolla'
$ git push origin master

Part 1: fork someone's repo: https://help.github.com/articles/fork-a-repo

  • click the 'fork' button on the repo you want to contribute to, in this case: Dwolla's…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@lucky18210
Comment options

@luck18210
Comment options

@lucky18210
Comment options

Answer selected by lucky18210
Comment options

You must be logged in to vote
3 replies
@luck18210
Comment options

@lucky18210
Comment options

@luck18210
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Requests Propose, review, and discuss changes to a repository's codebase Product Feedback Share your thoughts and suggestions on GitHub features and improvements
2 participants