Earlier quoted context omitted.
I don't particularly see the difference and switch between both pretty much daily - granted I don't take advantage of Github social features really.
If you don't take advantage of the Github social features, which is essentially what Github is all about, I don't think your opinion on the matter is worth sharing with everybody, no offense intended.
Bitbucket passes one million users
91–100 of 188 posts
Re: Bitbucket passes one million users
#92Earlier quoted context omitted.
Honest question: why do you need a central repository (SVN style) if it's a private repo? I tend to develop my own projects mostly on two different machines, and the core code management and synchronization doesn't need anything but git itself. Is it so you can use bug trackers etc?
Offsite data backup of the entire repository for free.
Re: Bitbucket passes one million users
#93Earlier quoted context omitted.
There's obviously a direct connection between the machines. Synchronization works exactly as it does when you synchronize with GitHub. It's just SSH.
I don't think it's that obvious. Could be sneakernet, dropbox, etc. Is setting up a lasting direct connect easy?
If one of them has a public domain name or IP, or they are both on the same LAN (likely when one is a laptop and they are owned by the same person), then it's simple to communicate via git.
But, it wouldn't be so easy for, as an example, you and I to share code between our laptops in different time zones, unless we used a stable server somewhere.
Re: Bitbucket passes one million users
#94Has bitbucket had any security issues like github has had in the past?
The URLs were like this
////attachmentname" rel="nofollow">https://bitbucket-assetroot.s3.amazonaws.com/ Obviously a bit tedious to guess for humans, but no big deal for computers.
Re: Bitbucket passes one million users
#95 $ git pull-request
This pushes your local branch up to origin and opens the pull request page at GitHub or Bitbucket (depending on the relevant URL from .git/config).The same Git utils repo includes git open, which opens the remote page for your project:
$ git open
As with git pull-request, it works with both GitHub and Bitbucket (OS X only).Re: Bitbucket passes one million users
#96Earlier quoted context omitted.
I feel like I am taking crazy pills whenever somebody says that mercurial is simpler than git. Mercurial's per-file revlog and structured .hg/store/data is way weirder / more complex than git's SHA-addressed DAG with minimal/orthogonal object types. The only real blemish on git is that lightweight tags should not exist.
I'm pretty sure he's talking from the user's perspective, not design/implementation.
Re: Bitbucket passes one million users
#97Earlier quoted context omitted.
JIRA is pretty sweet to keep things in order. Really? I use and love BitBucket, but the last 2 places I worked at used JIRA and it was the worst project management tool I've ever used. I'm sure someone will say they didn't configure it right or educate the devs or something. Seriously though, it was pushed down from upper management in both cases and it was a terrible experience. Then they thought Greenhopper would f…
We use JIRA at Etsy (although we use Github for code reviews, not crucible). It is certainly frustrating, but I tend to think it's a "the worst except the rest" situation. Do you have something you like significantly better? I've experimented with stuff like trello, basecamp etc. and still haven't found them significantly better.
Re: Bitbucket passes one million users
#98Earlier quoted context omitted.
JIRA is pretty sweet to keep things in order. Really? I use and love BitBucket, but the last 2 places I worked at used JIRA and it was the worst project management tool I've ever used. I'm sure someone will say they didn't configure it right or educate the devs or something. Seriously though, it was pushed down from upper management in both cases and it was a terrible experience. Then they thought Greenhopper would f…
We use JIRA at Etsy (although we use Github for code reviews, not crucible). It is certainly frustrating, but I tend to think it's a "the worst except the rest" situation. Do you have something you like significantly better? I've experimented with stuff like trello, basecamp etc. and still haven't found them significantly better.
Re: Bitbucket passes one million users
#99Re: Bitbucket passes one million users
#100Earlier quoted context omitted.
If you don't take advantage of the Github social features, which is essentially what Github is all about, I don't think your opinion on the matter is worth sharing with everybody, no offense intended.
Which social features would you say are missing, bearing in mind that Bitbucket has teams, issue tracking, wikis, pull requests and code review features?