@@ -93,28 +93,32 @@ <h3>Git Setup</h3>
9393 < li class ="w3-padding-16 article-card ">
9494 < span class ="w3-large "> Setting up GitHub</ span > < br >
9595 < span > How to make a GitHub account.</ span > < br >
96- < a href ="../Programming/tutorals/Java/JavaTutorials1 .html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
96+ < a href ="../Git/GitHub/Github-Setup .html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
9797 </ li >
9898 < li class ="w3-padding-16 article-card ">
9999 < span class ="w3-large "> Making your First Repo</ span > < br >
100100 < span > Introduction on how to make your first GitHub repository.</ span > < br >
101- < a href ="../Programming/tutorals/Python/PythonTutorials1 .html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
101+ < a href ="../Git/GitHub/Github-First-Repo .html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
102102 </ li >
103103 < li class ="w3-padding-16 article-card ">
104104 < span class ="w3-large "> Introduction to Merges</ span > < br >
105105 < span > Introduction to merges and how to use them effectively.</ span > < br >
106- < a href ="tutorials/JavaScript/NativeJavascript/JavaScriptTutorials1 .html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
106+ < a href ="../Git/GitHub/Github-Merges .html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
107107 </ li >
108+ <!-- >>> MISSING ARTICLE: "Introduction to Forks" - create a page at GitCommand/forks.html >>> -->
108109 < li class ="w3-padding-16 article-card ">
109- < span class ="w3-large "> Introduction to Forks</ span > < br >
110+ < span class ="w3-large "> Introduction to Forks on Github </ span > < br >
110111 < span > Introduction to forks and how to deal with them.</ span > < br >
111- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
112+ < a href =" ../Git/GitHub/Github-Forks.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
112113 </ li >
114+ <!-- <<< END MISSING ARTICLE: "Introduction to Forks" <<< -->
115+ <!-- >>> MISSING ARTICLE: "How to Set Up Git Information" - create a page at GitCommand/setup-info.html >>> -->
113116 < li class ="w3-padding-16 article-card ">
114- < span class ="w3-large "> How to Set Up Git Information</ span > < br >
117+ < span class ="w3-large "> How to Set Up Git Information for Git command Line </ span > < br >
115118 < span > Introduction to setting up Git information for Git commands.</ span > < br >
116- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
119+ < a href =" ../Git/GitHub/Github-Setup-Info.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
117120 </ li >
121+ <!-- <<< END MISSING ARTICLE: "How to Set Up Git Information" <<< -->
118122 </ ul >
119123
120124 < h3 > Start a Working Area</ h3 >
@@ -123,13 +127,13 @@ <h3>Start a Working Area</h3>
123127 < span class ="w3-large "> clone</ span > < br >
124128 < span > Introduction to cloning a repository into a new directory.</ span > < br >
125129 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
126- < a href ="./GitCommand/clone.html " class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button " > Read More</ a >
130+ < a href ="./GitCommand/clone.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
127131 </ li >
128132 < li class ="w3-padding-16 article-card ">
129133 < span class ="w3-large "> init</ span > < br >
130134 < span > Introduction to creating an empty Git repository.</ span > < br >
131135 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
132- < a href ="./GitCommand/init.html " class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button " > Read More</ a >
136+ < a href ="./GitCommand/init.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
133137 </ li >
134138 </ ul >
135139
@@ -139,25 +143,25 @@ <h3>Work on the Current Changes</h3>
139143 < span class ="w3-large "> add</ span > < br >
140144 < span > Introduction to adding file contents to the index.</ span > < br >
141145 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
142- < a href = "./GitCommand/add.html " class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button " > Read More</ a >
146+ < a href = "./GitCommand/add.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
143147 </ li >
144148 < li class ="w3-padding-16 article-card ">
145149 < span class ="w3-large "> mv</ span > < br >
146150 < span > Introduction to moving or renaming a file, directory, or symlink.</ span > < br >
147151 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
148- < a href = "./GitCommand/mv.html " class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button " > Read More</ a >
152+ < a href = "./GitCommand/mv.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
149153 </ li >
150154 < li class ="w3-padding-16 article-card ">
151155 < span class ="w3-large "> restore</ span > < br >
152156 < span > Introduction to restoring working tree files.</ span > < br >
153157 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
154- < a href = "./GitCommand/restore.html "class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
158+ < a href = "./GitCommand/restore.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
155159 </ li >
156160 < li class ="w3-padding-16 article-card ">
157161 < span class ="w3-large "> rm</ span > < br >
158162 < span > Introduction to removing files from the working tree and the index.</ span > < br >
159163 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
160- < a href = "./GitCommand/rm.html " class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button " > Read More</ a >
164+ < a href = "./GitCommand/rm.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
161165 </ li >
162166
163167 </ ul >
@@ -208,49 +212,49 @@ <h3>Grow, Mark, and Tweak History</h3>
208212 < span class ="w3-large "> backfill</ span > < br >
209213 < span > Download missing objects in a partial clone.</ span > < br >
210214 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
211- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
215+ < a href =" ./GitCommand/backfill.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
212216 </ li >
213217 < li class ="w3-padding-16 article-card ">
214218 < span class ="w3-large "> branch</ span > < br >
215219 < span > List, create, or delete branches.</ span > < br >
216220 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
217- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
221+ < a href =" ./GitCommand/branch.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
218222 </ li >
219223 < li class ="w3-padding-16 article-card ">
220224 < span class ="w3-large "> commit</ span > < br >
221225 < span > Record changes to the repository.</ span > < br >
222226 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
223- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
227+ < a href =" ./GitCommand/commit.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
224228 </ li >
225229 < li class ="w3-padding-16 article-card ">
226230 < span class ="w3-large "> merge</ span > < br >
227231 < span > Join two or more development histories together.</ span > < br >
228232 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
229- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
233+ < a href =" ./GitCommand/merge.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
230234 </ li >
231235 < li class ="w3-padding-16 article-card ">
232236 < span class ="w3-large "> rebase</ span > < br >
233237 < span > Reapply commits on top of another base tip.</ span > < br >
234238 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
235- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
239+ < a href =" ./GitCommand/rebase.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
236240 </ li >
237241 < li class ="w3-padding-16 article-card ">
238242 < span class ="w3-large "> reset</ span > < br >
239243 < span > Set < code > HEAD</ code > or the index to a known state.</ span > < br >
240244 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
241- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
245+ < a href =" ./GitCommand/reset.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
242246 </ li >
243247 < li class ="w3-padding-16 article-card ">
244248 < span class ="w3-large "> switch</ span > < br >
245249 < span > Switch branches.</ span > < br >
246250 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
247- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
251+ < a href =" ./GitCommand/switch.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
248252 </ li >
249253 < li class ="w3-padding-16 article-card ">
250254 < span class ="w3-large "> tag</ span > < br >
251255 < span > Create, list, delete, or verify tags.</ span > < br >
252256 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
253- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
257+ < a href =" ./GitCommand/tag.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
254258 </ li >
255259 </ ul >
256260
@@ -260,19 +264,19 @@ <h3>Collaborate</h3>
260264 < span class ="w3-large "> fetch</ span > < br >
261265 < span > Download objects and refs from another repository.</ span > < br >
262266 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
263- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
267+ < a href =" ./GitCommand/fetch.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
264268 </ li >
265269 < li class ="w3-padding-16 article-card ">
266270 < span class ="w3-large "> pull</ span > < br >
267271 < span > Fetch from and integrate with another repository or local branch.</ span > < br >
268272 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
269- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
273+ < a href =" ./GitCommand/pull.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
270274 </ li >
271275 < li class ="w3-padding-16 article-card ">
272276 < span class ="w3-large "> push</ span > < br >
273277 < span > Update remote refs along with associated objects.</ span > < br >
274278 < span style ="color:#888;font-size:0.95em; "> Git command needed</ span > < br >
275- < a class ="w3-button w3-small w3-margin-top w3-teal " aria-disabled =" true " role =" button "> Read More</ a >
279+ < a href =" ./GitCommand/push.html " class ="w3-button w3-small w3-margin-top w3-teal "> Read More</ a >
276280 </ li >
277281 </ ul >
278282 </ div >
0 commit comments