From c0f7f710c6a5b3dadd147731be3944ee7440dcd9 Mon Sep 17 00:00:00 2001 From: leonar15 Date: Tue, 22 May 2018 16:11:32 -0700 Subject: [PATCH] Updated command line for syncing fork w/ main repo via: https://help.github.com/articles/configuring-a-remote-for-a-fork/ --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b11c4839..4628ad59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ Notes: ## Keep sync with original repo First time, add a remote with the upstream ``` -git remote add upstream git@github.com:yclas/yclas.git +git remote add upstream https://github.com/koseven/koseven.git ``` Everytime you want to sync just