Charles Hathaway via plug on 17 Dec 2020 22:28:58 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] git server


Gitea -- pretty good, easy setup
Git web -- only let's you view the repo in a browser, OG method below for push/pull
Gitlab -- Probably overkill for what you're doing, but worth taking a look

And the OG; setup a shared account on some server and use ssh to push/pull.

In other words, you don't need a git "server"; just ssh access to the same machine (easier to use the same user because of permissions).

Charles


On Thu, Dec 17, 2020, 20:24 Peter Cramer via plug <plug@lists.phillylinux.org> wrote:
A friend and I are working on a small project together.  (There likely will be more projects in the future.)   Originally we planned to create a repository on GitHub, but the truth is neither of us is all that thrilled with GitHub now that it has been bought out by Microsoft.   

We are considering setting up our own git server on an Ubuntu machine that we have access to.   Does anyone have any experience in this area?   Is it crazy difficult?   Any thoughts / advice?

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug
___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug