From 4114b195bfb605bdbf28f2305977605953d0e51d Mon Sep 17 00:00:00 2001 From: Neal Magee Date: Wed, 7 Aug 2024 11:10:32 -0400 Subject: [PATCH] GUI vs. CLI --- docs/setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index e76a7e5..3c1b7c5 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -47,7 +47,7 @@ In order to focus on specific operations and workflow steps using `git` this doc Data scientists and software developers who write code regularly *greatly* tend to use the terminal/command-line to interact with `git`. This primer assumes this and does not address various GUI tools for working with `git` and GitHub. -## Mac +### Mac **Here's a walkthrough for Mac users on how to set up git, SSH keys, and GitHub.** @@ -61,7 +61,7 @@ Data scientists and software developers who write code regularly *greatly* tend -## Windows +### Windows **Here's a walkthrough for Windows users on how to set up git-bash, SSH keys, and GitHub.** @@ -79,7 +79,7 @@ Using `ssh-keygen.exe` in `git-bash` creates a keypair successfully, but (appare
  • See the screencast above for a walkthrough.
  • -## Linux +### Linux Install `git` in a Linux distro with the built-in package manager: