Talk:Setup for Pull Requests

From GnuCash
Revision as of 20:01, 29 January 2018 by Fell (talk | contribs) (2 Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Origin vs. Upstream

I would have choosen the names the way:

origin
the original program/doc
upstream
my publications
pull origin; push upstream sounds more logic to me.

Brackets

Until now we used <Replace this by your text> and [you might omit this] For your examples you should consider <syntaxhighlight lang="sh"> mkdir ~/github cd ~/github git clone git@github.com:"$YOUR-GITHUB-USERNAME"/gnucash.git </syntaxhighlight> resulting in:

mkdir ~/github
cd ~/github
git clone git@github.com:"$YOUR-GITHUB-USERNAME"/gnucash.git

The user should then be able to export the set variable and run the script, but I did'nt test it. --Fell (talk) 20:01, 29 January 2018 (UTC)