From 0dc360ca76fbea362faced453f4f002165f1f092 Mon Sep 17 00:00:00 2001 From: Bryce Verdier <61864+btv@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:50:49 -0700 Subject: [PATCH] adding tip for github urls. (#381) Co-authored-by: Bryce Verdier --- source/manual/git-backup.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/manual/git-backup.rst b/source/manual/git-backup.rst index b53f9c66..d16390ad 100644 --- a/source/manual/git-backup.rst +++ b/source/manual/git-backup.rst @@ -87,6 +87,9 @@ password When using https authentication, choose a Make sure to push to a "bare" upstream repository, when pressing "Setup/Test Git" the initial commits should be send to your git server. +.. Tip:: + + For github repositories, please make sure your URL follows this structure: :code:`ssh://github.com/user_name/repo_name.git`. -------------------------- Conflict resolution