Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: [OT] How to make a second github PR

by perlfan (Vicar)
on Oct 25, 2020 at 20:23 UTC ( [id://11123164]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ git log # get SHA-second-commit of your second commit
    $ git checkout master # whatever upstream "latest" is
    ...
    $ git cherry-pick <SHA-second-commit>
    $ git push origin second-pr
    # now get URL git prints to STDOUT and go to your uRL, make 2nd PR
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11123164]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-20 16:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found