* Scott Carpenter <[email protected]> [2018-07-08 14:50]: > I'd be happy to learn. (I would take pride in having my name in the > contributor list!)
1. Go to https://github.com/ledger/ledger 2. Click "fork" on the upper right corner 3. You'll end up with your own fork at https://github.com/USER/ledger 4. On the command line, check out with git clone [email protected]:USER/ledger 5. cd ledger 6. git checkout -b manual 7. edit file 8. git commit -a 9. git push origin 10. GitHub should allow you to do a PR -- Martin Michlmayr https://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
