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
+26-25Lines changed: 26 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,29 +38,6 @@ In this workshop, we will create GitHub accounts, learn the terms used to build
38
38
(During sign up, you'll be asked to verify your email address. Without a verified email address, you won't be able to complete some basic GitHub tasks, such as creating a repository.)
39
39
40
40
41
-
## GitHub Glossary
42
-
43
-
Git- an open source program for tracking changes in text files (written by the author of the Linux operating system)
44
-
repo- repository for project storage
45
-
branch- a parallel version of a repository
46
-
local- this is your personal computer
47
-
remote- this is the version of a repository or branch that is hosted on a server, most likely GitHub.com
48
-
clone- a clone is a copy of a repository that lives on your computer
49
-
fork- a fork is a personal copy of another user's repository that lives on your account
50
-
commit- a saved change or revision
51
-
commit message- short, descriptive text that communicates the change the commit is introducing
52
-
pull- fetch changes from remote and merge them
53
-
push- send your committed changes to a remote repository on GitHub.com
54
-
collaborator- someone with read and write access
55
-
56
-
## GitHub Statistics
57
-
58
-
GitHub is a company that was acquired by Microsoft that hosts git (version control) projects online.
59
-
60
-
100 million + accounts
61
-
400 million + repositories
62
-
More than 90% of Fortune 100 companies now use GitHub in their development workflows.
63
-
64
41
## GitHub Pages
65
42
66
43
GitHub is a company that was acquired by Microsoft that hosts git (version control) projects online. GitHub created [GitHub Pages](https://pages.github.com/), a way to host static sites for free, usually hosted at https://_username_.github.io/_repository_. This means that they are providing free _hosting_, meaning the server space to hold all your files and a free _domain_, the address/URL where others can navigate to your content.
@@ -125,7 +102,7 @@ Check the Use your GitHub Pages website checkbox
125
102
Select the green Save changes button
126
103
Click on the blue link to open your site in a new tab in your browser
127
104
128
-
105
+
# CONGRATULATIONS!
129
106
130
107
### Editing Code
131
108
>Some file extensions you will want to know are:
@@ -160,4 +137,28 @@ Click on the blue link to open your site in a new tab in your browser
160
137
1. Rename the files on your local machine to CV.pdf for your CV and profile.jpg for your About photo
161
138
2. You can drag-and-drop files in **Explorer**, or in the main repository
162
139
163
-
# CONGRATULATIONS!
140
+
## GitHub Glossary
141
+
142
+
>-**Git**- an open source program for tracking changes in text files (written by the author of the Linux operating system)
143
+
>-**repo**- repository for project storage
144
+
>-**branch**- a parallel version of a repository
145
+
>-**local**- this is your personal computer
146
+
>-**remote**- this is the version of a repository or branch that is hosted on a server, most likely GitHub.com
147
+
>-**clone**- a clone is a copy of a repository that lives on your computer
148
+
>-**fork**- a fork is a personal copy of another user's repository that lives on your account
149
+
>-**commit**- a saved change or revision
150
+
>-**commit message**- short, descriptive text that communicates the change the commit is introducing
151
+
>-**pull**- fetch changes from remote and merge them
152
+
>-**push**- send your committed changes to a remote repository on GitHub.com
153
+
>-**collaborator**- someone with read and write access
154
+
155
+
## GitHub Statistics
156
+
157
+
GitHub is a company that was acquired by Microsoft that hosts git (version control) projects online.
158
+
159
+
100 million + accounts
160
+
400 million + repositories
161
+
More than 90% of Fortune 100 companies now use GitHub in their development workflows.
0 commit comments