Live data from Hacker News

Edit your code in the cloud with bitbucket

blog.bitbucket.org

41–50 of 50 posts

Re: Edit your code in the cloud with bitbucket

#41

I was hoping they'd leapfrog GitHub and allow you to stage actual commits and use something like CodeMirror to edit.

Isn't that exactly what they did?

I guess I always expect UI chrome around CodeMirror, but yeah, it obviously says CodeMirror right there, DOH, I missed the color syntax highliting when I skimmed through. I still don't see how to do multifile commits all from the web-ui which is what I meant to reference. I can do one-off files on GitHub but they're a commit a piece.

Both GitHub and BitBucket are really close to letting me do significant editting of code from my browser which is still very useful for me. There are tons of times I'd love to be able to fire up GitHub and hack on some files without having to actually commit to persist changes. But then again, maybe I'm projecting feature creep on what is ultimately a VCS.

Re: Edit your code in the cloud with bitbucket

#42
post #25

Earlier quoted context omitted.

Exactly. It's only a useless feature, if you think people who don't think a service by BitBucket will ever be used by people unfamiliar with git and programming. I for one am very pleased with the opportunity for crowd-sourcing fixes and improvements to open-source websites and projects - especially for people whose interest in them is not grounded in the programming aspect.

how many non-programmers are poking around in code repositories?

many. PMs on several projects I work in do regularly

Re: Edit your code in the cloud with bitbucket

#50

Earlier quoted context omitted.

If using the web interface feels better for something like that, it shows just how bad the alternative is. It's not nice when something like source control feels like it gets in the way, but it could be mitigated by having better/easier client tools. I totally get why you'd want to do that.

So you are saying git gets in the way? I'm curious about why that is the case.

Uh...you have to clone a whole project to make a simple little edit?
Post reply on HN