Skip to content

Commit

Permalink
Add instructions for installing git in terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvanderburg committed Dec 2, 2024
1 parent 1f41215 commit ab1a795
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion episodes/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ information on how to configure your local repository:

## Pushing existing code to GitHub
Below are steps for pushing your existing code to GitHub using the command line.
We recommend using the command line.
You need to get used to it, but once you are used to it will make your life as a coder easier.

First install Shell and Git. Please refer to [these installation instructions](https://coderefinery.github.io/installation/git-in-terminal/#installation).

If you prefer uploading your project to GitHub using a git GUI like [GitHub Desktop](https://desktop.github.com/)
or [Sourcetree](https://www.sourcetreeapp.com/)
or [Sourcetree](https://www.sourcetreeapp.com/),
or an IDE with support for git like VSCode,
you can also use that, but we do not provide instructions for it.

Expand Down

0 comments on commit ab1a795

Please sign in to comment.