> ## Content Index
> Fetch the complete content index at: https://www.techielass.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# GitHub Tips and Tricks
- URL: https://www.techielass.com/github-tips-and-tricks/
- Published: 2021-09-02T08:10:00.000Z
- Updated: 2023-05-24T14:51:27.000Z
- Description: Join me as I share some tips and tricks that can help you with GitHub.
- Author: Sarah Lean
- Tags: GitHub, Tips, Git, Git for everyone

I wanted to share some GitHub tips and tricks that I have picked up lately. I hope they can help you out!

## Octotree

[Octotree](https://www.octotree.io/?ref=techielass.com) is a browser based extension that you can install to help you navigate through GitHub repositories file and folder structure in an easy to read tree-based file structure. 

![Octotree in use](https://storage.ghost.io/c/08/96/08960c71-63a2-449b-91b1-8d4628166dd2/content/images/2021/08/octotree.gif)

Octotree in use

## Create a repository with your own name

If you create a repository with your own name and create a README.MD file then everything in there will appear on your public profile. It's a great way to introduce who you are, your projects and work to people who are visiting your profile. 

I have [mine](https://github.com/weeyin83/weeyin83?ref=techielass.com) setup to display a bit of a bio and share some links to new blog posts and [YouTube ](https://www.youtube.com/techielass?ref=techielass.com)videos through some GitHub Actions created by [https://github.com/gautamkrishnar/](https://github.com/gautamkrishnar/?ref=techielass.com). 

## Mention Highlighter

Is it hard to spot if you are mentioned in a comment or an issue? Install the browser based plugin [GitHub Mention Highlighter](https://github.com/benbalter/github-mention-highlighter?ref=techielass.com). It'll make it easier to spot if you are quickly scrolling through and hopefully avoid missing something you need to answer or action. 

## Keyboard Tags

Did you know you can use a tag to insert little keyboard icons into your files or comments etc? This is great if you are trying to give someone instructions on what key presses or combos work with your application or game or whatever. 

If you use the <kbd></kbd> syntax like below:

```markdown
Press <kbd>A</kbd> that will make you go left, which <kbd>D</kbd> will make you go right. 

```

It will end up looking like this within GitHub!

![](https://storage.ghost.io/c/08/96/08960c71-63a2-449b-91b1-8d4628166dd2/content/images/2021/08/keyboardtags.PNG)

Keyboard tags in GitHub

## Video Uploads

In May 2021 the ability to upload *.mp4* and *.mov* files to issues, pull requests and discussion comments meaning you can share reproduction steps or ideas with GitHub repo owners or other contributors. The video file has to be less than 100MB though.

**For some more tips and tricks on how to get the most out of GitHub check out my video:**