670 B
670 B
ms.openlocfilehash, ms.sourcegitcommit, ms.translationtype, ms.contentlocale, ms.lasthandoff, ms.locfileid
| ms.openlocfilehash | ms.sourcegitcommit | ms.translationtype | ms.contentlocale | ms.lasthandoff | ms.locfileid |
|---|---|---|---|---|---|
| b11001db7ae2d9d7faa953bac8271282b136eee6 | fcf3546b7c |
HT | ru-RU | 09/10/2022 | 145110304 |
- С помощью командной строки удалите все команды git remote, настроенные в настоящее время для данного репозитория.
# Show existing remotes
$ git remote -v
> origin git@git-server/octocat/hello-world.git (fetch)
> origin git@git-server/octocat/hello-world.git (push)
# Remove existing remotes
$ git remote remove origin