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

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -