Difference between revisions of "GitHub Tips"
Jump to navigation
Jump to search
(40 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
It has been a part of Microsoft since 2018. | It has been a part of Microsoft since 2018. | ||
− | ('''git''' is a free and open source distributed version control system.) | + | ('''git''' is a free and open-source (FOSS) distributed version control system.) |
<br> | <br> | ||
<br> | <br> | ||
+ | '''Links to related PPM Wiki pages:''' | ||
+ | |||
+ | :'''[[File Format Tips]]''' | ||
+ | |||
+ | :'''[[Software Tips]]''' | ||
+ | |||
+ | :'''https://github.com/PikesPeakMakerspace/welcome-display''' | ||
+ | |||
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | <p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | ||
<br> | <br> | ||
+ | [[File:Burst.png|alt=burst of white rays on orange background|link=https://wiki.pikespeakmakerspace.org/index.php/About_PPM|right|frameless|250x250px]] | ||
+ | |||
==Tips== | ==Tips== | ||
− | Links to github.com: | + | '''Links to github.com:''' |
===[https://github.com/features/copilot GitHub Copilot]=== | ===[https://github.com/features/copilot GitHub Copilot]=== | ||
:'''"your AI pair programmer"''' | :'''"your AI pair programmer"''' | ||
Line 15: | Line 25: | ||
:'''"Automate your workflow"''' | :'''"Automate your workflow"''' | ||
− | === [https://docs.github.com/en GitHub Docs] === | + | ===[https://docs.github.com/en GitHub Docs]=== |
:'''"Help for wherever you are on your GitHub journey."''' | :'''"Help for wherever you are on your GitHub journey."''' | ||
− | ==Training | + | ==External Training== |
− | + | '''Links to github.com:''' | |
− | |||
− | Links to github.com: | ||
:[https://training.github.com/downloads/github-git-cheat-sheet/ '''GitHub - Git Cheat Sheet'''] | :[https://training.github.com/downloads/github-git-cheat-sheet/ '''GitHub - Git Cheat Sheet'''] | ||
− | :[https://docs.github.com/en/get-started/ | + | :'''[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'''] | :[https://github.com/ '''GitHub official website'''] | ||
− | Links to other external sites: | + | '''Links to other external sites:''' |
:[https://www.youtube.com/c/GitHub '''GitHub'''] — on YouTube | :[https://www.youtube.com/c/GitHub '''GitHub'''] — on YouTube | ||
− | |||
− | |||
:[https://git-scm.com/doc '''git Documentation'''] — Reference Manual and Videos | :[https://git-scm.com/doc '''git Documentation'''] — Reference Manual and Videos | ||
:[https://www.markdownguide.org/ '''Markdown Guide'''] | :[https://www.markdownguide.org/ '''Markdown Guide'''] | ||
− | == | + | == Hand-Curated Links == |
− | Links to | + | '''Links to member-recommended external sites:''' |
− | :'''https://github.com/ | + | :'''[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]''' | ||
+ | :'''[[wikipedia:Timeline_of_GitHub|Timeline of GitHub]]''' — on Wikipedia | ||
+ | |||
+ | ==Additional Help== | ||
+ | '''Links to related PPM Wiki pages:''' | ||
− | |||
:'''[[Visual Studio Code Tips]]''' | :'''[[Visual Studio Code Tips]]''' | ||
:[[Arduino|<span style="color:#ffffff; background:#864199"> '''Arduino''' </span>]] | :[[Arduino|<span style="color:#ffffff; background:#864199"> '''Arduino''' </span>]] | ||
:[[Raspberry Pi|<span style="color:#ffffff; background:#864199"> '''Raspberry Pi''' </span>]] | :[[Raspberry Pi|<span style="color:#ffffff; background:#864199"> '''Raspberry Pi''' </span>]] | ||
− | :[[Ubuntu|<span style="color:#000000; background:#D0DD27"> '''Ubuntu''' </span>]] | + | |
+ | :[[Computers — Ubuntu|<span style="color:#000000; background:#D0DD27"> '''Computers — Ubuntu''' </span>]] | ||
:[[Computers|<span style="color:#000000; background:#D0DD27"> '''Computers — Windows''' </span>]] | :[[Computers|<span style="color:#000000; background:#D0DD27"> '''Computers — Windows''' </span>]] | ||
− | :[[Computers | + | :[[Computers — Mac and Apple|<span style="color:#000000; background:#D0DD27"> '''Computers — Mac and Apple''' </span>]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
:Use the PPM Slack channel #computing | :Use the PPM Slack channel #computing | ||
:[[How To Slack#PPM Channel Names and Descriptions|'''List of all PPM Slack channels''']] | :[[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 community. | :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. | ||
{{Template:Footer}} | {{Template:Footer}} | ||
− | |||
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | <p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | ||
[[Category:Software]] | [[Category:Software]] |
Latest revision as of 00:25, 13 February 2025
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.)
Links to related PPM Wiki pages:
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."
External 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
- git Documentation — Reference Manual and Videos
- Markdown Guide
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
- Timeline of GitHub — on Wikipedia
Additional Help
Links to related PPM Wiki pages:
- 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.