Skip to content

Commit

Permalink
git: collapsible section in GitHub as tip
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Dec 26, 2024
1 parent fab2315 commit 25d3033
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source-control/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,17 @@ Organisation
## SSH access

Set up a public private key on each computer to be used as a GitHub client, to push commits over an SSH connection.



## GitHub tips

!!! TIP "Collapsible section in readme, issue or pull request"

```html
<details>
<summary>Click to expand</summary>

Leave a blank space after the closing summary tag so that the markdown content renders correctly.
</details>
```

0 comments on commit 25d3033

Please sign in to comment.