Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9226501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:50:47+00:00 2026-06-18T04:50:47+00:00

How do I create and/or send a pull request to another repository hosted on

  • 0

How do I create and/or send a pull request to another repository hosted on GitHub?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T04:50:49+00:00Added an answer on June 18, 2026 at 4:50 am

    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

      1. click the ‘fork’ button on the repo you want to contribute to, in this case: Dwolla’s PHP repo (Dwolla/dwolla-php)
      2. get the URL for your newly created fork, in this case: https://github.com/tim-peterson/dwolla-php.git (tim-peterson/dwolla-php)
      3. type the git clone->cd dwolla-php->git remote->git fetch sequence above to clone your fork somewhere in your computer (i.e., “copy/paste” it to, in this case: third_party TimPeterson$) and sync it with the master repo (Dwolla/dwolla-php)
      4. make your changes to your local repo
      5. type the git add->git commit->git push sequence above to push your changes to the remote repo, i.e., your fork on Github (tim-peterson/dwolla-php)
    • Part 2: make pull-request: https://help.github.com/articles/using-pull-requests

      1. go to your fork’s webpage on Github (https://github.com/tim-peterson/dwolla-php)
      2. click ‘pull-request’ button
      3. give pull-request a name, fill in details of what changes you made, click submit button.
      4. you’re done!!
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using FB.ui to create a send dialog... I'm trying to get a callback
I'm using Mime::Lite to create and send E-Mails. Now I need to add support
I want to create a picture to send a website on android. But It
I would like to create a json object to send as a post array,
Am trying to create a java project which can able to send push notification
I want to create a PHP app that can send text messages ; There
This post is incorrectly tagged 'send' since I cannot create new tags. I have
I am trying to create Google Chrome extension that will send interesting links to
I want to create this parameter file so that I can send it to
I am using System.Net.Mail.MailMessage to create and send an email message. For various reasons

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.