Hi, Angelo Borsotti wrote: > currently, there is no means to push a branch description to a remote > repository. It is possible to create a branch, but not to set its > description. > Would not be more correct to push also branch descriptions when > branches are pushed? Branch descriptions are currently stored in .git/config (see branch.<branchname>.description), and are hence intended to be local. But yes, it would be nice to have it synced with the remote- I have no clue how to make that possible though. Ram -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html