author | James Bowes <jbowes@dangerouslyinc.com> | |
Tue, 5 Jun 2007 23:25:23 +0000 (19:25 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 19 Sep 2007 00:41:25 +0000 (17:41 -0700) | ||
commit | 611360443ef4d9e2f4def1e2c97727dd04e0d244 | |
tree | 9fcaff8e2c24077f152b421658f10bef5aaa9ec5 | tree | snapshot |
parent | 89df580d0a2e97b0c7c072d87e5e815534deed56 | commit | diff |
remote: add 'rm' subcommand
Introduce git-remote rm <name> which will:
- Remove the remote config entry for <name>.
- Remove any config entries for tracking branches of <name>.
- Remove any stored remote branches of <name>.
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Introduce git-remote rm <name> which will:
- Remove the remote config entry for <name>.
- Remove any config entries for tracking branches of <name>.
- Remove any stored remote branches of <name>.
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-remote.perl | diff | blob | history |