[Cialug] Personal Repos

Andrew Denner linux-list at upeke.com
Mon May 22 22:08:22 UTC 2017


Visual Studio Team Services (the new name for Visual Studio Online) uses
Git as it's backing store. As long as you have a local copy of your repos
pulled down, you have it all right there, and are ready to push it to
another remote service. (see
https://stackoverflow.com/questions/1402390/git-push-clone-to-new-server for
more details)

BitBucket has a cloud version that is free to use for up to 5 users service
that may work for your needs.

I just migrated a repo from tfsvc last week to a locally hosted bit bucket
with no problems. It just took a while for the git tfs bridge
<https://github.com/git-tfs/git-tfs> to move all the history over.

On Mon, May 22, 2017 at 4:39 PM, Will <staticphantom at gmail.com> wrote:

> Port forwarding on an odroid C2 with GitLab installed on the box. So far
> that has been my favorite method.
>
> -Will
>
> On May 22, 2017 5:28 PM, "Justin Richeson" <neomatrixjr at gmail.com> wrote:
>
> > Work's currently going to bitbucket from TFS...I hadn't checked into
> their
> > personal/free offerings.  bit of a sour taste since I actually like TFS
> > (for more than just the repo part) but alas...not my choice.  Will give
> > both a check...thanks!
> >
> > On Mon, May 22, 2017 at 3:59 PM, Adam Hill <adam at diginc.us> wrote:
> >
> > > Gitlab.com <https://about.gitlab.com/gitlab-com/>(non self hosted) has
> > > unlimited free private like bitbucket and I'd rank git-lab's pipeline
> > above
> > > bitbucket's (still beta) pipeline if you're at all interested in
> > continuous
> > > integration.
> > >
> > > Bitbucket isn't bad but I'm anticipating Gitlab giving Github serious
> > > competition whereas I am expecting bitbucket to remain a distant 3rd
> for
> > > version control service providers.
> > >
> > > On Mon, May 22, 2017 at 2:22 PM Scott Yates <Scott at yatesframe.com>
> > wrote:
> > >
> > > > I have found that Gitlab is very good, open source, and easy to set
> up.
> > > >
> > > > https://about.gitlab.com
> > > >
> > > > On Mon, May 22, 2017 at 2:19 PM, Justin Richeson <
> > neomatrixjr at gmail.com>
> > > > wrote:
> > > >
> > > > > Looking for a recommendation for *FREE*, *PRIVATE* repository
> > offerings
> > > > for
> > > > > code/scripts.  Cloud-based would be optimal so I could access
> > anywhere
> > > > and
> > > > > a web-editor for files would be nice too, but I could potentially
> > run @
> > > > > home.  I have Visual Studio Online right now, but it's tied to my
> > MSDN
> > > > from
> > > > > work and could evaporate on me one day and both work and most of
> the
> > > > world
> > > > > are moving to GIT...so it seems best to just get used to that
> > toolset.
> > > > I'd
> > > > > like to host anything from .NET code, SQL, Arduino/C++ code, and
> > > > > Bash/PowerShell/BAT scripts.
> > > > >
> > > > > Thoughts?  I know there's a lot of offerings out there that I just
> > > don't
> > > > > know about.  I thought I'd see if anyone had used something good
> > > before I
> > > > > just start throwing keywords at google.
> > > > > _______________________________________________
> > > > > Cialug mailing list
> > > > > Cialug at cialug.org
> > > > > http://cialug.org/mailman/listinfo/cialug
> > > > >
> > > > _______________________________________________
> > > > Cialug mailing list
> > > > Cialug at cialug.org
> > > > http://cialug.org/mailman/listinfo/cialug
> > > >
> > > _______________________________________________
> > > Cialug mailing list
> > > Cialug at cialug.org
> > > http://cialug.org/mailman/listinfo/cialug
> > >
> > _______________________________________________
> > Cialug mailing list
> > Cialug at cialug.org
> > http://cialug.org/mailman/listinfo/cialug
> >
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug
>


More information about the Cialug mailing list