Skip to content

Instantly share code, notes, and snippets.

View mada360's full-sized avatar

Adam Worley mada360

  • England
View GitHub Profile
@mada360
mada360 / git-wars.md
Created March 24, 2017 14:47 — forked from juderosen/git-wars.md
Git Wars: GitHub vs Bitbucket

Git Wars: GitHub vs Bitbucket

Introduction

Now, you might think the answer I'm going to give you is already obvious because I'm using GiHub right now, but it's not. Both GitHub and Bitbucket offer great Git services, but each has its own features and pricing plans. In the following... thing, I'm going to compare the two and then offer a final solution that should work for most people.

TL;DR: Both. Use GitHub for open source and public repos (you'll spend most of your time here) and Bitbucket for private repos. But, sign up for GitHub first, then import account into Bitbucket. Also, check comments for updates. P.S. I personally prefer GitHub.

Interface and Functionality

Keybase proof

I hereby claim:

  • I am mada360 on github.
  • I am mada360 (https://keybase.io/mada360) on keybase.
  • I have a public key ASDR-7O_SogXi2jEkBiet-hWHeidOj2GOSravpVly1dOSgo

To claim this, I am signing this object:

@mada360
mada360 / Main.java
Created March 4, 2014 10:45
Breakout
// File [Main_java_BREAKOUT.html] MAS - last created: Mon 11 Nov 2013 15:40:29 GMT
package breakout;
/**
* Start the game
* The call to startGame() in the model starts the actual play of the game
* All issues of mutual exclusion on access to objects etc. are ignored
*/