You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ In this workshop, we will create GitHub accounts, learn the terms used to build
29
29
1. Navigate to https://github.com/.
30
30
2. Click Sign up.
31
31
3. Follow the prompts to create your personal account.
32
-
-Email
33
-
-Password (Password should be at least 15 characters OR at least 8 characters including a number and a lowercase letter.)
34
-
-Username* (Username may only contain alphanumeric characters or single hyphens, and cannot begin or end with a hyphen. (NOTE: You will want to pick a professional username because it will be in all of your URLs))
32
+
-Email
33
+
-Password (Password should be at least 15 characters OR at least 8 characters including a number and a lowercase letter.)
34
+
-Username* (Username may only contain alphanumeric characters or single hyphens, and cannot begin or end with a hyphen. (NOTE: You will want to pick a professional username because it will be in all of your URLs))
35
35
36
36
4. Create Account>
37
37
@@ -46,7 +46,7 @@ GitHub is a company that was acquired by Microsoft that hosts git (version contr
46
46
47
47
Based on Microsoft’s Visual Studio Code, GitHub also developed [GitHub Codespaces](https://github.com/features/codespaces), a staging area that combines the functionality of a file **Explorer**, allowing you to visualize your folder structure, a code **Editor**, allowing you to make updates, a **Source Control**, allowing you to push and pull changes from your local to remote repository, and a **Terminal**, allowing you to run actions like previewing a demo of your site on a locally hosted address.
48
48
49
-
>Typically coders using GitHub use their favorite text editor like [Sublime Text](https://www.sublimetext.com/), [Atom](https://atom-editor.cc/), or [Visual Studio Code](https://code.visualstudio.com/), and then use a graphical user interface (GUI) like [GitHub Desktop](https://github.com/apps/desktop) or their command-line interface (CLI) like **Terminal** to push and pull changes to their project. GitHub created Codespaces to allow you to do both of those things right in the browser without having to download software applications (so you can do all of this on your iPad if you want!)
49
+
>Typically coders using GitHub use their favorite text editor like [Sublime Text](https://www.sublimetext.com/), [Atom](https://atom-editor.cc/), or [Visual Studio Code](https://code.visualstudio.com/), and then use a graphical user interface (GUI) like [GitHub Desktop](https://github.com/apps/desktop) or their command-line interface (CLI) like **Terminal** to push and pull changes to their project. GitHub created Codespaces to allow you to do both of those things right in the browser without having to download software applications (so you can do all of this on your iPad if you want!)
50
50
51
51
52
52
## Fork GitHub Repository
@@ -137,7 +137,7 @@ OPTIONAL: You can rename the repository for your own account
137
137
1. Rename the files on your local machine to CV.pdf for your CV and profile.jpg for your About photo
138
138
2. You can drag-and-drop files in **Explorer**, or in the main repository
0 commit comments