Git magic references -



Git magic references -

i'm playing around project-workflows , git , i'd figure out nice way "talk" main-repository.

one thing i'm wondering how realize magical reference "for" used gerrit commits force "refs/for/xxxx/topic" in order set final target branch without placing things straight there. there way pre/post receive hooks our special feature of java implementation?

cheers

refs/for/branch "magic" feature of gerrit git server. far i'm aware, there's no way replicate using default git-receive-pack or git-http-server implementations.

git

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -