From 75cf5f2b9b37c98435703f838e559b0fef27fa7b Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sat, 9 Jun 2018 21:36:38 +1000 Subject: [PATCH] * add example command --- articles/2018/06/09/our-own-github/index.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/2018/06/09/our-own-github/index.markdown b/articles/2018/06/09/our-own-github/index.markdown index 71d6ad0..637ebd9 100644 --- a/articles/2018/06/09/our-own-github/index.markdown +++ b/articles/2018/06/09/our-own-github/index.markdown @@ -25,9 +25,9 @@ tags: linuxdv Меняется так: - cd repo.git - git remote set-url origin ssh://git@linuxdv.org/$USER/$REPO - git push + cd repo.git + git remote set-url origin ssh://git@linuxdv.org/$USER/$REPO + git push Поскольку для поддомена включен принудительный ssl/tls, помним про нашу [политику](/pages/services/security_notice/) его использования.