diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-10-27 08:23:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-29 10:17:03 +0900 |
commit | b720a9dbe5737450fed8513c133d8b70d068a6cf (patch) | |
tree | 18aaa3e20debd948d562e9d61d31060b93f9cf9c /Documentation/config | |
parent | config.txt: move remote.* to a separate file (diff) | |
download | tgif-b720a9dbe5737450fed8513c133d8b70d068a6cf.tar.xz |
config.txt: move remotes.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/remotes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/config/remotes.txt b/Documentation/config/remotes.txt new file mode 100644 index 0000000000..4cfe03221e --- /dev/null +++ b/Documentation/config/remotes.txt @@ -0,0 +1,3 @@ +remotes.<group>:: + The list of remotes which are fetched by "git remote update + <group>". See linkgit:git-remote[1]. |