remote: add 'rm' subcommand
authorJames Bowes <redacted>
Tue, 5 Jun 2007 23:25:23 +0000 (19:25 -0400)
committerJunio C Hamano <redacted>
Wed, 19 Sep 2007 00:41:25 +0000 (17:41 -0700)
commit611360443ef4d9e2f4def1e2c97727dd04e0d244
tree9fcaff8e2c24077f152b421658f10bef5aaa9ec5
parent89df580d0a2e97b0c7c072d87e5e815534deed56
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-remote.perl
git clone https://git.99rst.org/PROJECT