Skip to content
Prev 12292 / 21312 Next

[Bioc-devel] Confusion with how to maintain release/devel files on local computer.

I repeated all the process again.
I opened git bash as an administrator and ran commands described here:

https://bioconductor.org/developers/how-to/git/maintain-bioc-only/
The I ran this one:
Then these commands from https://bioconductor.org/developers/how-to/git/pull-upstream-changes/
I have attached an screenshot of what I have now. The following is the
Command-line output:
Thank you very much for your help.

Best regards,
Arman

From: Martin Morgan<mailto:martin.morgan at roswellpark.org>
Sent: Thursday, November 2, 2017 17:58
To: Arman Shahrisa<mailto:shahrisa.arman at hotmail.com>; bioc-devel<mailto:bioc-devel at r-project.org>
Subject: Re: [Bioc-devel] Confusion with how to maintain release/devel files on local computer.
On 11/02/2017 10:11 AM, Arman Shahrisa wrote:
Again, you need to be very precise here.

There is no branch releas_3_6.

I don't know what 'it' is -- I guess your local repository that you
cloned, but where did you clone it from?

I don't know what you mean by 'created GMaster'
the cloned repository is a local directory, yes.
If you remove it, then any changes not 'pushed' to an online repository
will be lost.

'upstream' would appear with

   git remote -v

if you had added an 'upstream' remote

   git remote add upstream git at git.bioconductor.org:packages/your-package

or if you had renamed an existing remote

   git rename origin upstream

'origin' and 'upstream' are just names; you can call remotes whatever
you want.

It would be helpful to report as carefully as possible what your
configure and commands are. For instance instead of your message, you
could say

I can see two branches

$ git branch  -a
   RELEASE_3_6
* master

I have created a remote connecting to GitHub

$ git remote -v
origin  git at github.com:Bioconductor/your-package (fetch)
origin  git at github.com:Bioconductor/your-package (push)
upstream        git at git.bioconductor.org:packages/your-package (fetch)
upstream        git at git.bioconductor.org:packages/your-package (push)

and so on.

Martin
This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2017-11-02_18-40-51.png
Type: image/png
Size: 7009 bytes
Desc: 2017-11-02_18-40-51.png
URL: <https://stat.ethz.ch/pipermail/bioc-devel/attachments/20171102/a901847d/attachment.png>