Re: [git-users] GIT and Hosting Remote Repositories

2016-07-07 Thread Charles Manning
On Fri, Jul 8, 2016 at 5:18 AM, JaedenRuiner wrote: > I am aware of the convention and the nature of local repositories. > That's not my problem. > > Git repositories can have a "remote repository" by means of the > origin/[branch] aspect. This is the "remote" tracked

Re: [git-users] GIT and Hosting Remote Repositories

2016-07-07 Thread Philip Oakley
Have a look at `git help daemon`. https://git-scm.com/book/en/v2/Git-on-the-Server-Git-Daemon -- Philip - Original Message - From: JaedenRuiner To: Git for human beings Sent: Thursday, July 07, 2016 6:18 PM Subject: Re: [git-users] GIT and Hosting Remote Repositories I

Re: [git-users] GIT and Hosting Remote Repositories

2016-07-07 Thread JaedenRuiner
I am aware of the convention and the nature of local repositories. That's not my problem. Git repositories can have a "remote repository" by means of the origin/[branch] aspect. This is the "remote" tracked branches that are used in Upstreams. I want to know how I can define an upstream