Announcing unlimited free private repos
371–380 of 716 posts
Re: Announcing unlimited free private repos
#372Earlier quoted context omitted.
My move to Gitlab was basically "come for the free repos, stay for the rest of the amazing features". I will not be moving off it, and my new repos will keep being on Gitlab.
What features of Gitlab do you prefer?
GitHub's default path for organizations is that you are creating a business that will be very separate from your personal account.
GitLab's default path is that it's just a group. Maybe just a named group for related projects. Once you dig in though, GitLab's group admin is much better than GitHub in my opinion.
Re: Announcing unlimited free private repos
#373Earlier quoted context omitted.
My move to Gitlab was basically "come for the free repos, stay for the rest of the amazing features". I will not be moving off it, and my new repos will keep being on Gitlab.
I moved to Gitlab because we can run the free version at work - until Github does that, I have no reason to not stay with Gitlab
Re: Announcing unlimited free private repos
#374A lot of people are concerned about the “what if they make me the product since I’m no longer paying.” A few reasons I don’t think that will happen: - private, single contributor repos tend to be pretty small. it costs Github very little to service a single account. - Github is a growing social network for developers. Getting young engineers on the platform for free will pay off handsomely when they join a team and a…
For some background, check this HN classic: "Commoditize your complements" (https://www.gwern.net/Complement#2)
Re: Announcing unlimited free private repos
#375Earlier quoted context omitted.
GitHub also has a free built-in* CI service via Azure Pipelines. How does that compare to the GitLab offerings? https://github.com/marketplace/azure-pipelines * in marketplace, limitations apply
Honestly I'm almost at the point where I'd prefer to manually perform CI tasks than use anything Microsoft. Why on earth are there so many domains in their login flow? My password manager can't make heads nor tails of it 90% of the time
I was working on Outlook stuff at my previous job and it was a nightmare. They have three different offerings of emails. You can login in Outlook and O365 with the same account iirc, but not the others. Or something like that.
I just remember wanting to cry as I tried to figure out how to login.
Then the API docs are even worse. They had different APIs for each email offering and one pointed to the other then that one pointed to the previous one.
Microsoft's problem is that it has too many services. Google may change things constantly but at least they don't have three different email offerings with three different APIs at varying levels of brokeness.
Re: Announcing unlimited free private repos
#376Earlier quoted context omitted.
Definitely cool news, even if it is a max of 3 contributors. I'd have liked to seen that a little higher, but they surely know what they're basing that number on. It's not enough to pull me from GitLab just yet, but if I keep having 10MB+ issues there, I'll switch.
What issue are you having on GitLab? Do you mean the attachment limit? https://gitlab.com/gitlab-com/support-forum/issues/2654 How large is it on GitHub and BitBucket?
Happens with bash in windows or GitHub Desktop. No one has ever been able to fix it. I have just tried to not use large files.
Re: Announcing unlimited free private repos
#377Now all Microsoft has to do is buy up StackOverflow and they will corner the developer social market.
Re: Announcing unlimited free private repos
#378Earlier quoted context omitted.
Git is a Distributed Version Control System. Just add another remote...
Of course, like the trend "hey if it does not work for you write down your code"... On git only: what is another remote? A GitHub concurrent company? A personal dyndns from a single developer with a fable ADSL? On GitHub: many use it's proprietary characteristics like PR, wikies, pages etc. That's not "portable" to any other remote if you do not count site-scraping... No, we need to focus on distributed/decentralized…
A remote is a URL location of a repository. A local git repo can point to multiple remotes by using the git remote functionality. For instance, you can point your local repo to GitHub, GitLab, and BitBucket and choose which to push to using the command git push .
Re: Announcing unlimited free private repos
#379This is a smart move. Gives developers who have small indy projects a reason to use Github rather than a competitor (I know I use gitlab precisely because it's free for my private one-off repos).
Does gitlab have free integrated PR code review tools?
GitLab is GitHub but with more features and a smaller community. GitLab focuses more on code than community, at least from my experience with it.
Re: Announcing unlimited free private repos
#380That's the one of the reasons I stay with bitbucket or gitlab. If they offer this feature at the very beginning, I would never touch bitbucket/gitlab, but now both of them offering free build-in CI(public and private). I am hesitate to migrate back.