GitHub allows you to restore branches and commits are restorable from the ref log.
Think Twice Before Downgrading to a Free GitHub Account
31–40 of 102 posts
Re: Think Twice Before Downgrading to a Free GitHub Account
#32For what it's worth, protected branches are pretty clearly listed as a "Github Pro" feature in their pricing page. I agree that it'd be nice if they warned you about features you're using that will be turned off, but I don't think it's unreasonable to expect that people requesting downgrades understand which features are in which plan. Maybe this could be suggested to GitHub's Paperclips project, to avoid future conf…
Re: Think Twice Before Downgrading to a Free GitHub Account
#33Re: Think Twice Before Downgrading to a Free GitHub Account
#34Re: Think Twice Before Downgrading to a Free GitHub Account
#35For what it's worth, protected branches are pretty clearly listed as a "Github Pro" feature in their pricing page. I agree that it'd be nice if they warned you about features you're using that will be turned off, but I don't think it's unreasonable to expect that people requesting downgrades understand which features are in which plan. Maybe this could be suggested to GitHub's Paperclips project, to avoid future conf…
Agreed. But there were a lot of people celebrating GitHub’s recent free account changes who were saying you no longer needed the pro account; this is a good reminder that you may need the pro account after all and do that check.
Re: Think Twice Before Downgrading to a Free GitHub Account
#36Gitlab has private repos for free and the service is imho on par with github
Re: Think Twice Before Downgrading to a Free GitHub Account
#37Earlier quoted context omitted.
Exactly. Git and github aren't backup tools. I always feel like github (and others) added to the git workflow things that are bolted on top of it and tie you to their platform.
Slightly offtopic, I have always considered a strange failure of git that branches are second class citizen in git, not worthy of the same versioning mechanisms as files. It is not unreasonable to expect a versioning system to be able to track the history of branches. And if I don't want to loose a file, just because it was deleted some time in the past, surely I also don't want to loose a branchjust because it was d…
Re: Think Twice Before Downgrading to a Free GitHub Account
#38honestly though... how many everyday devs actually use something like this?
Re: Think Twice Before Downgrading to a Free GitHub Account
#39Gitlab has private repos for free and the service is imho on par with github
As does BitBucket which I prefer just because it matches what I use at work. I also keep a GitLab for backup type reasons.
Re: Think Twice Before Downgrading to a Free GitHub Account
#40Earlier quoted context omitted.
As does BitBucket which I prefer just because it matches what I use at work. I also keep a GitLab for backup type reasons.
Also Bitbucket supports mercurial repositories, which is a shame has so little support on the other big platforms.