Difference between revisions of "GitHub Tips"

From Pikes Peak Makerspace Wiki
Jump to navigation Jump to search
 
(118 intermediate revisions by the same user not shown)
Line 1: Line 1:
Pikes Peak Makerspace (PPM) is dedicated to supporting our maker community in their creative process by providing shared space, shared tools, materials and a knowledge base to turn their ideas into reality.
+
'''GitHub''' is a website to build, ship, and maintain software... "The world’s leading AI-powered developer platform."
{{Template:Is incomplete top banner}}
+
 
 +
It has been a part of Microsoft since 2018.
 +
 
 +
('''git''' is a free and open-source (FOSS) distributed version control system.)
 
<br>
 
<br>
GitHub is a website to "build, ship, and maintain software".
 
 
<br>
 
<br>
 +
{{Template:Contact Us}}
 +
 +
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
 
<br>
 
<br>
==Developer Link==
+
[[File:Burst.png|alt=burst of white rays on orange background|link=https://wiki.pikespeakmakerspace.org/index.php/About_PPM|right|frameless|250x250px]]
:'''https://github.com/'''
+
 
 +
==Tips==
 +
'''Links to github.com:'''
 +
===[https://github.com/features/copilot GitHub Copilot]===
 +
:'''"your AI pair programmer"'''
 +
===[https://github.com/features/actions GitHub Actions]===
 +
:'''"Automate your workflow"'''
 +
 
 +
===[https://docs.github.com/en GitHub Docs]===
 +
:'''"Help for wherever you are on your GitHub journey."'''
 +
 
 +
==Training==
 +
'''Links to github.com:'''
 +
:[https://training.github.com/downloads/github-git-cheat-sheet/ '''GitHub - Git Cheat Sheet''']
 +
:'''[https://docs.github.com/en/get-started/accessibility/keyboard-shortcuts Get Started / Keyboard shortcuts]'''
 +
:'''[https://docs.github.com/en/get-started/start-your-journey/git-and-github-learning-resources Git and GitHub learning resources]'''
 +
:[https://github.com/ '''GitHub official website''']
 +
 
 +
'''Links to other external sites:'''
 +
:[https://www.youtube.com/c/GitHub '''GitHub'''] — on YouTube
 +
:[https://www.youtube.com/watch?v=iv8rSLsi1xo '''GitHub Tutorial - Beginner's Training Guide''']
 +
:[https://git-scm.com/doc '''git Documentation'''] — Reference Manual and Videos
 +
:[https://www.markdownguide.org/ '''Markdown Guide''']
 +
:
 +
:'''https://github.com/PikesPeakMakerspace/welcome-display'''
 +
 
  
==Classes and Training==
+
== Related Pages==
===Classes===
+
'''Links to related PPM Wiki pages:'''
:Pikes Peak Makerspace announces its  [https://www.meetup.com/pikespeakmakerspace/events '''Upcoming events, including classes, on Meetup''']
 
===Training -- PPM Trainer(s) needed===
 
:'''[https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources Git and GitHub learning resources]''' -- GitHub
 
  
==Tips==
+
:'''[[Visual Studio Code Tips]]'''
:'''[https://training.github.com/downloads/github-git-cheat-sheet/ Git Cheat Sheet - GitHub]'''
 
  
===For Additional Help ===
+
:[[Arduino|<span style="color:#ffffff; background:#864199">&nbsp;&nbsp;'''Arduino'''&nbsp;&nbsp;</span>]]
:Use the PPM Slack channels #computers or #general
 
==See Also==
 
Links to other PPM Wiki pages (internal links):
 
  
:[[Visual Studio Code Tips|'''Visual Studio Code''']]
+
:[[Raspberry Pi|<span style="color:#ffffff; background:#864199">&nbsp;&nbsp;'''Raspberry Pi'''&nbsp;&nbsp;</span>]]
:'''[[Arduino]]'''
 
:[[Raspberry Pi|'''Raspberry Pi''']]
 
:'''[[Ubuntu]]'''
 
:'''[[Computers]]'''
 
  
==Curated Links==
+
:[[Computers — Ubuntu|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers — Ubuntu'''&nbsp;&nbsp;</span>]]
Links to other sites (external links):
 
:[https://www.youtube.com/c/GitHub '''GitHub on YouTube''']
 
  
==Other Fun Stuff==
+
:[[Computers|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers — Windows'''&nbsp;&nbsp;</span>]]
  
=== [https://www.welcometothejungle.com/en/articles/btc-history-git The History of Git] ===
+
:[[Computers -- Mac and Apple|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers — Mac and Apple'''&nbsp;&nbsp;</span>]]
  
=== [https://www.youtube.com/watch?v=iv8rSLsi1xo GitHub Tutorial - Beginner's Training Guide] ===
+
==Hand-Curated Links==
 +
'''Links to member-recommended external sites:'''
 +
:'''[https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors About GitHub Sponsors]''' —
 +
::financially support those who design, build, and maintain open source projects
 +
:'''[https://github.com/explore?trending=repositories Here's what's popular on GitHub today...]'''
 +
:'''[https://github.com/logos GitHub Logos and Usage]'''
 +
:'''[https://www.welcometothejungle.com/en/articles/btc-history-git The History of Git]'''
 +
'''Links to Wikipedia:'''
 +
:'''[[wikipedia:Timeline_of_GitHub|Timeline of GitHub]]'''
 +
:'''[[wikipedia:List_of_free_and_open-source_software_packages|List of free and open-source software packages]]'''
  
===[https://www.youtube.com/c/GitHub Here's what's popular on GitHub today...]===
+
==For Additional Help==
<br>
+
:Use the PPM Slack channel #computing
<hr>
+
:[[How To Slack#PPM Channel Names and Descriptions|'''List of all PPM Slack channels''']]
 +
:Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the&nbsp;community.
 
{{Template:Footer}}
 
{{Template:Footer}}
 
+
{{Template:Ideas into reality}}
[[Category:Incomplete]]
+
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
 
[[Category:Software]]
 
[[Category:Software]]
[[Category:Volunteers Needed]]
 

Latest revision as of 13:34, 21 November 2024

GitHub is a website to build, ship, and maintain software... "The world’s leading AI-powered developer platform."

It has been a part of Microsoft since 2018.

(git is a free and open-source (FOSS) distributed version control system.)

Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.

 


burst of white rays on orange background

Tips

Links to github.com:

GitHub Copilot

"your AI pair programmer"

GitHub Actions

"Automate your workflow"

GitHub Docs

"Help for wherever you are on your GitHub journey."

Training

Links to github.com:

GitHub - Git Cheat Sheet
Get Started / Keyboard shortcuts
Git and GitHub learning resources
GitHub official website

Links to other external sites:

GitHub — on YouTube
GitHub Tutorial - Beginner's Training Guide
git Documentation — Reference Manual and Videos
Markdown Guide
https://github.com/PikesPeakMakerspace/welcome-display


Related Pages

Links to related PPM Wiki pages:

Visual Studio Code Tips
  Arduino  
  Raspberry Pi  
  Computers — Ubuntu  
  Computers — Windows  
  Computers — Mac and Apple  

Hand-Curated Links

Links to member-recommended external sites:

About GitHub Sponsors
financially support those who design, build, and maintain open source projects
Here's what's popular on GitHub today...
GitHub Logos and Usage
The History of Git

Links to Wikipedia:

Timeline of GitHub
List of free and open-source software packages

For Additional Help

Use the PPM Slack channel #computing
List of all PPM Slack channels
Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community.

Search the PPM Wiki — include Content pages as well as Multimedia.

Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.

Pikes Peak Makerspace (PPM) is dedicated to supporting our maker community in their creative processes by providing shared space, shared tools, materials, software, and a knowledge base to turn their ideas into reality.