Skip to content

Commit

Permalink
Use GitKraken
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbejara committed Aug 10, 2024
1 parent 4e62f01 commit 0f9771d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Each lecture after this will use the following software. Please make sure to ins
and GitHub Desktop (link here: https://github.com/apps/desktop).
- Some classes will use GitHub. GitHub is a website that allows you to store, interact with, and share your Git repositories online. [Please register an account with GitHub](https://github.com/) if you don't already have one.

- Some classes will use GitHub. GitHub is a website that allows you to store, interact with, and share your Git repositories online. [Please register an account with GitHub](https://github.com/) if you don't already have one.

*NOTE:* It's also important that you have a quality laptop. I recommend a laptop with at least 16GB of RAM and at least 500 GB of storage (at a minimum).
So much of your schooling and of your job will revolve around your laptop.
It's important to invest in a good one. If you have any questions about your laptop, please ask in the discussion section on Canvas.
Expand Down
2 changes: 2 additions & 0 deletions docs_src/01_setting_up_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ This is an option you can choose when you install Anaconda. (See the image below
and GitHub Desktop (link here: https://github.com/apps/desktop).
- Some classes will use GitHub. GitHub is a website that allows you to store, interact with, and share your Git repositories online. [Please register an account with GitHub](https://github.com/) if you don't already have one.

- Some classes will use GitHub. GitHub is a website that allows you to store, interact with, and share your Git repositories online. [Please register an account with GitHub](https://github.com/) if you don't already have one.

- **GitHub**

```{note}
Expand Down
7 changes: 4 additions & 3 deletions docs_src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ Each lecture after this will use the following software. Please make sure to ins
- There are several VS Code extensions that I recommend installing. To learn about extensions, see [here.](https://code.visualstudio.com/docs/editor/extension-marketplace) I recommend installing at least these two extensions: the [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) and [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) VS Code extensions.
- Git
- Although there are many different Git clients and Git GUI's that you could use,
I prefer that you install GitHub Desktop. You will need to install both
Git (link here: https://git-scm.com/downloads)
and GitHub Desktop (link here: https://github.com/apps/desktop).
I prefer that you install GitKraken. You will need to install both
Git (link here: https://git-scm.com/downloads) and GitKraken (link here: https://www.gitkraken.com/).
You can also try GitHub Desktop if you like (link here: https://github.com/apps/desktop), but please at least install GitKraken.
- GitKraken is free for students. You can get a free license by signing up with your student email address. More information about this here: https://www.gitkraken.com/github-student-developer-pack
- Some classes will use GitHub. GitHub is a website that allows you to store, interact with, and share your Git repositories online. [Please register an account with GitHub](https://github.com/) if you don't already have one.

*NOTE:* It's also important that you have a quality laptop. I recommend a laptop with at least 16GB of RAM and at least 500 GB of storage (at a minimum).
Expand Down
4 changes: 2 additions & 2 deletions docs_src/syncing_files_with_git_and_github.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ GitHub repo.

Let's now review the major Git concepts, as outlined here: https://code.visualstudio.com/docs/sourcecontrol/overview

## GitHub Desktop
## GitKraken

Now, let's orient ourselves with GitHub Desktop. It will often be easier to view changes in GitHub Desktop than in VS Code, but that's a preference. (Also, in the future, you might take a look at GitKraken, my favorite Git GUI (which has a pro plan that is free for students).)
Now, let's orient ourselves with GitKraken. It will often be easier to view changes in GitKraken than in VS Code, but that's a preference.

## Pulling Changes from GitHub

Expand Down

0 comments on commit 0f9771d

Please sign in to comment.