Skip to content

Commit

Permalink
Syncs guides to web (auto-generated, on 08-Oct-2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-bot committed Oct 8, 2023
1 parent a6330a8 commit de16466
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions web/src/pages/guides/local-git-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: 'mdi:git'
tags: 'None'
index: '2'
created: None
updated: 2023-10-06
updated: 2023-10-08
---

<!--
Expand Down Expand Up @@ -81,7 +81,7 @@ On Linux, the best method for installing git is using your system's native packa
When you push to a repo, or make any changes from your local machine, you've got two options for auth, HTTPS or SSH. With HTTPS you'll be prompted to enter a username + password each time you push, whereas with SSH you are authenticated automatically if once your key is setup.

#### What is SSH Auth?
SSH (or Secure SHell) authentication is a method used to establish a secure connection between a client and a server using cryptographic key pairs: a public key (which you share) and a private key (kept secret on your machine).
SSH (or Secure Shell) authentication is a method used to establish a secure connection between a client and a server using cryptographic key pairs: a public key (which you share) and a private key (kept secret on your machine).

#### How It Works:
1. You generate an SSH key pair (a public key and a private key).
Expand Down Expand Up @@ -134,7 +134,7 @@ Next we need to add the public key to your GitHub profile.

Copy the contents of your newly generated SSH public key (the one ending in `.pub`). You can view the file by running `cat ~/.ssh/id_ed25519.pub` (if you named your key something else, update that accordingly)

Next head over to GitHub, and log into your account
Next head over to GitHub, and log into your account:
1. Click on your profile photo, then click on Settings.
2. In the left sidebar, click on SSH and GPG keys.
3. Click the New SSH key button.
Expand All @@ -158,7 +158,7 @@ git config --global user.name "Your Full Name"
git config --global user.email "youremail@example.com"
```

That's all you need for now, but there's many other setting which can be tweaked here, such as setting aliases shorthands, default editor/ conflict / diff programs, enabling features, using plugins, etc. It's also possible (and sometimes preferable) to have different git configurations for different projects.
That's all you need for now, but there's many other settings which can be tweaked here, such as setting shorthand aliases, default editor/ conflict / diff programs, enabling features, using plugins, etc. It's also possible (and sometimes preferable) to have different git configurations for different projects.

To learn about those, see the [Git Configuration](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration).

Expand All @@ -167,7 +167,7 @@ To learn about those, see the [Git Configuration](https://git-scm.com/book/en/v2
Article sourced from https://github.com/lissy93/git-into-opensource
Licensed under MIT License, (C) Alicia Sykes <alicia@as93.net> 2023
---
This file was auto-generated at 2023-10-06 22:10:00.380152
This file was auto-generated at 2023-10-08 10:47:47.131163
from /home/runner/work/git-into-open-source/git-into-open-source/guides/local-git-setup.md
using /home/runner/work/git-into-open-source/git-into-open-source/lib/copy_resources_to_site.py
-->
4 changes: 2 additions & 2 deletions web/src/pages/guides/open-source-for-businesses.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: 'ic:round-business-center'
tags: 'None'
index: '4'
created: None
updated: 2023-10-06
updated: 2023-10-08
---

<!--
Expand Down Expand Up @@ -53,7 +53,7 @@ The following article should give you some pointers that you can use to help you
Article sourced from https://github.com/lissy93/git-into-opensource
Licensed under MIT License, (C) Alicia Sykes <alicia@as93.net> 2023
---
This file was auto-generated at 2023-10-06 22:10:00.383330
This file was auto-generated at 2023-10-08 10:47:47.134037
from /home/runner/work/git-into-open-source/git-into-open-source/guides/open-source-for-businesses.md
using /home/runner/work/git-into-open-source/git-into-open-source/lib/copy_resources_to_site.py
-->
4 changes: 2 additions & 2 deletions web/src/pages/guides/submit-your-first-pr-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: 'ion:git-branch'
tags: 'None'
index: '3'
created: None
updated: 2023-10-06
updated: 2023-10-08
---

<!--
Expand Down Expand Up @@ -125,7 +125,7 @@ Once your PR is merged, you've made a successful contribution!
Article sourced from https://github.com/lissy93/git-into-opensource
Licensed under MIT License, (C) Alicia Sykes <alicia@as93.net> 2023
---
This file was auto-generated at 2023-10-06 22:10:00.380864
This file was auto-generated at 2023-10-08 10:47:47.132141
from /home/runner/work/git-into-open-source/git-into-open-source/guides/submit-your-first-pr-cli.md
using /home/runner/work/git-into-open-source/git-into-open-source/lib/copy_resources_to_site.py
-->
4 changes: 2 additions & 2 deletions web/src/pages/guides/submit-your-first-pr-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: 'fa:github'
tags: 'None'
index: '1'
created: None
updated: 2023-10-06
updated: 2023-10-08
---

<!--
Expand Down Expand Up @@ -64,7 +64,7 @@ updated: 2023-10-06
Article sourced from https://github.com/lissy93/git-into-opensource
Licensed under MIT License, (C) Alicia Sykes <alicia@as93.net> 2023
---
This file was auto-generated at 2023-10-06 22:10:00.379108
This file was auto-generated at 2023-10-08 10:47:47.129523
from /home/runner/work/git-into-open-source/git-into-open-source/guides/submit-your-first-pr-ui.md
using /home/runner/work/git-into-open-source/git-into-open-source/lib/copy_resources_to_site.py
-->
6 changes: 3 additions & 3 deletions web/src/pages/guides/why-open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: 'raphael:opensource'
tags: 'None'
index: '0'
created: None
updated: 2023-10-06
updated: 2023-10-08
---

<!--
Expand Down Expand Up @@ -37,7 +37,7 @@ updated: 2023-10-06

| **Advantages** | **Description** |
|-----------------------------|---------------------------------------------------------------|
| Hands-On Learning | Open source serves as an invaluable educational resource. Developers can study the code, learn best practices, and enhance their skills through hands-on experience. |
| Hands-On Learning | Open source services as an invaluable educational resource. Developers can study the code, learn best practices, and enhance their skills through hands-on experience. |
| Community Mentorship | The open source community often provides mentorship and guidance to newcomers, fostering a culture of continuous learning. |

## Cost Reduction 💰📉
Expand Down Expand Up @@ -90,7 +90,7 @@ In conclusion, open source is a powerful force in the world of technology, promo
Article sourced from https://github.com/lissy93/git-into-opensource
Licensed under MIT License, (C) Alicia Sykes <alicia@as93.net> 2023
---
This file was auto-generated at 2023-10-06 22:10:00.378153
This file was auto-generated at 2023-10-08 10:47:47.128843
from /home/runner/work/git-into-open-source/git-into-open-source/guides/why-open-source.md
using /home/runner/work/git-into-open-source/git-into-open-source/lib/copy_resources_to_site.py
-->

0 comments on commit de16466

Please sign in to comment.