🔰
Always be Learning
  • README
  • Meta
    • Reference
    • Docusaurus
  • Windows
    • Chocolatey
    • Scoop
    • WSL(2)
  • Git
    • GitHub
  • Recipes
    • Buttermilk Waffles
    • Chocolate Fudge Cake
    • Kids Banana Pancakes
  • Sociology
  • Bugs
    • WSL2
  • Crypto
    • Flash Loans
Powered by GitBook
On this page
  • GitHub.dev
  • GitHub Pages
  • Links
  1. Git

GitHub

PreviousGitNextRecipes

Last updated 3 years ago

Shortcuts, tips, tricks when using GitHub.

GitHub.dev

To open up an editor in your browser for an of your repos, just press '.' when in the repo. Visual Studio Code in your browser will open and let you create, edit, delete files and then commit your changes. You can also get to the same location by replacing '.com' in the URL with '.dev'.

GitHub Pages

Host a web page for your repo, living in your repo. Can be on a GitHub domain or self-hosted, e.g. eb.ie is hosted in a repo in my personal GitHub.

Links

GitHub.dev
GitHub Pages