Skip to content

Commit a050bb0

Browse files
authored
Update GHD_start.qmd
1 parent ff609e9 commit a050bb0

1 file changed

Lines changed: 42 additions & 1 deletion

File tree

GHD_start.qmd

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
11
# Getting Started {.sec-desktop}
22

3-
If you're less familiar with RStudio and Git, and you'd like to stay online, then using the online GitHub editor is the right choice for you!
3+
<br>
4+
5+
Creating your website with GitHub Desktop is very similar to creating your website with RStudio. Both are called IDEs (integrated development environments), and you can think of them as apps you can use to edit and push code to GitHub. The good thing about GitHub Desktop is that it is built by GitHub, so the connection between GitHub online and the desktop application are seamless.
6+
7+
To begin, you will need to make sure that you have:
8+
9+
* A GitHub account
10+
* GitHub Desktop (an application)
11+
12+
<hr>
13+
14+
## Making a GitHub Account
15+
16+
To create a personal website with GitHub, you must already have a GitHub account. If you do not, [please make one](https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github).
17+
18+
<hr>
19+
20+
## Downloading GitHub Desktop
21+
22+
To download the application:
23+
24+
1. Go the [GitHub Desktop website](https://github.com/apps/desktop).
25+
2. Select the "Download now" button.
26+
3. It should re-direct you to a download page for your operating system. Click the "Download for [your operating system]" button.^[There are additional buttons on this page if you need to switch operating systems, e.g., "Download for Windows" or "Download for Mac with Intel chip".]
27+
4. In your Downloads folder, open the .zip file. It should un-zip to an application called "GitHub Desktop".
28+
5. We recommend moving this to your "Applications" folder.^[You can either copy this app, open your Applications folder, and paste it; or, you can simply drag and drop it from your Downloads folder to your Application folder.]
29+
30+
<hr>
31+
32+
## Connecting Your GitHub Desktop to Your GitHub Account
33+
34+
To connect your account and app:
35+
36+
1. Open the GitHub Desktop app.
37+
2. Click the blue "Sign in to GitHub.com"
38+
3. This will open a tab in your browser. Sign in as instructed.
39+
4. Once done in the browser, your GitHub desktop will now show a screen called "Configure Git". Leave the first option to "Use my GitHub account name and email address".
40+
5. Make sure that your Name and Email fields are correct. You can change the email to any email associated with your GitHub account, if you have multiple.
41+
6. Click "Finish".
42+
43+
Wait to "get started" until the next step!
44+

0 commit comments

Comments
 (0)