search for: anotherbranch

Displaying 2 results from an estimated 2 matches for "anotherbranch".

2018 Jan 25
0
Why R should never move to git
...ate the default > branch", and since I don't understand the consequences, I didn't click it. Changing the default branch just moves the HEAD pointer (on GitHub) to another branch. It would be equivalent to ssh into GitHub's server, cd into the repo, and enter "git checkout anotherbranch". So not a big deal in principle, but anyway this doesn't make any difference in this case. Also note that the name is not important: "master" has no special meaning as "trunk" does in svn. It's just a convention, no more. The executive summary of this thread woul...
2018 Jan 25
3
Why R should never move to git
On 25/01/2018 7:44 AM, G?bor Cs?rdi wrote: > On Thu, Jan 25, 2018 at 12:34 PM, Duncan Murdoch > <murdoch.duncan at gmail.com> wrote: > [...] >> but that branch doesn't show up in the Github web site. > > It is right there: > https://github.com/dmurdoch/manipulateWidget/branches > >> Any suggestions? > > Personally I would suggest to call it