Documentation for fetch, url, branches, tags keywords in git config?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



A typical config

[svn-remote "svn"]
        noMetadata = 1
        url = http://repository.url/svn
        fetch = trunk/etl_app:refs/remotes/etl_app/trunk
        branches = branches/etl_app/*:refs/remotes/branches/*
        tags = tags/etl_app/*:refs/remotes/tags/*


However, the manpage for git-config(1) does not include anything exlicit on "url", "fetch", "branches", 'tags", and the meaning of the syntax following the colon. 

Where can I find this info?
--
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




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]