From 8cb25fc643bbd10275172e48cde5e5f644901151 Mon Sep 17 00:00:00 2001 From: "Stephanie J. Spielman" Date: Wed, 6 Mar 2024 12:44:56 -0500 Subject: [PATCH] expand note to tell them the docs present gitkraken, not cli --- docs/technical-setup/install-a-github-client.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/technical-setup/install-a-github-client.md b/docs/technical-setup/install-a-github-client.md index 3d301ba49..e4d58e10e 100644 --- a/docs/technical-setup/install-a-github-client.md +++ b/docs/technical-setup/install-a-github-client.md @@ -8,6 +8,7 @@ There are many platforms you can choose, but we recommend using either [**GitKra !!! note This option is best for contributors who are new to Git. + The OpenScPCA documentation will primarily present how to use Git via GitKraken. GitKraken is a GUI (graphical-user interface) which lets you "point-and-click" to run all Git commands. GitKraken is a more user-friendly option which does not require you to use the command line (aka, terminal) or memorize Git commands. @@ -25,6 +26,8 @@ This will automatically provide you with the credentials you need to interact wi !!! note This option is best for contributors who have previous Git and command-line experience. + The OpenScPCA documentation will generally not present how to use Git via the command line. + The UNIX command-line interface is the classic way of running Git commands. We specifically recommend this option for contributors who have previous experience working with Git on the command line.