Unterhaltung
Nachrichten
-
“With enough training, all software is perfectly usable.” http://stevebennett.me/2012/02/24/10-things-i-hate-about-git#comment-8605 #git !q
Friday, 04-Sep-15 05:06:21 UTC von web-
@drak The person who made that comment must never have used #cge #concur government edition. Lots of training given over past two years, but $EMPLOYER hiring dozens of specialists for its helpline.
drak gefällt das. -
@drak yeah, if #git had the interface of bazaar, I could use it, but not when it's at this state :-P
drak gefällt das. -
obviously that wasn’t enough training ☺
ghostdancer gefällt das. -
Using Bazaar efficiently was beyond my abilities ☺ maybe I had to little re-training…
-
@cyberkiller @drak Tried https://launchpad.net/bzr-git ? Haven't tried it myself and the mentioned lack of "push" seems troubling.
-
@clacke that's a very old plugin, it didn't work a few years ago when I tried, I don't expect it to work today with even newer git version
-
to get a repo, I’d just convert to #hg and provide patches — the standard exchange format for code improvements.
-
@drak How is integration between git and hg? Is hg a better git client than bzr is? (with the appropriate plugin)
drak gefällt das. -
With the hg-git plugin it works pretty well. I’m using it to contribute to Freenet. You need to use bookmarks. Ideally use a bridge-repo.
-
@clacke hg clone git+ssh://git@github.com:User/repo repo-bridge ; hg clone repo-bridge repo-work ← separate bridge and work avoids pitfalls
clacke gefällt das. -
@drak As I accidentally dragged this onto another network, I'll bring it back here. https://bitbucket.org/durin42/hg-git enables git in hg.
drak gefällt das.
-