`=""`
# GitHub
[Website](https://github.com/)
Username: ShadedBlueDaisies
[[Passwords|Password]]:
What is it: "AI Powered Developer Platform"
### Q&A
##### How to add a folder?
>To create a new folder in a repository click “create a new file.” Type your new folder’s name in the area where you would write the file name, and at the end of the file name type a “/” to initilize it as a folder. After this you can create a new file in the folder.
> [source](https://github.com/orgs/community/discussions/22534)
### GitHub CLI (Command Line Interface)
[Website](https://cli.github.com/)
[Manual](https://cli.github.com/manual/)
- access github through [[Command Prompt]]
- free and open source
- configured - using [authentication token](https://github.com/settings/tokens)
Downloaded to: `C:\Program Files\GitHub CLI\`
##### [Commands](https://cli.github.com/manual/gh)
Core commands
- [gh auth](https://cli.github.com/manual/gh_auth)
- [gh browse](https://cli.github.com/manual/gh_browse)
- [gh codespace](https://cli.github.com/manual/gh_codespace)
- [gh gist](https://cli.github.com/manual/gh_gist)
- [gh issue](https://cli.github.com/manual/gh_issue)
- [gh org](https://cli.github.com/manual/gh_org)
- [gh pr](https://cli.github.com/manual/gh_pr)
- [gh project](https://cli.github.com/manual/gh_project)
- [gh release](https://cli.github.com/manual/gh_release)
- [gh repo](https://cli.github.com/manual/gh_repo)
GitHub Actions commands
- [gh cache](https://cli.github.com/manual/gh_cache)
- [gh run](https://cli.github.com/manual/gh_run)
- [gh workflow](https://cli.github.com/manual/gh_workflow)
Additional commands
- [gh alias](https://cli.github.com/manual/gh_alias)
- [gh api](https://cli.github.com/manual/gh_api)
- [gh completion](https://cli.github.com/manual/gh_completion)
- [gh config](https://cli.github.com/manual/gh_config)
- [gh extension](https://cli.github.com/manual/gh_extension)
- [gh gpg-key](https://cli.github.com/manual/gh_gpg-key)
- [gh label](https://cli.github.com/manual/gh_label)
- [gh ruleset](https://cli.github.com/manual/gh_ruleset)
- [gh search](https://cli.github.com/manual/gh_search)
- [gh secret](https://cli.github.com/manual/gh_secret)
- [gh ssh-key](https://cli.github.com/manual/gh_ssh-key)
- [gh status](https://cli.github.com/manual/gh_status)
- [gh variable](https://cli.github.com/manual/gh_variable)
Options
`--version`
Show gh version
Examples
```bash
$ gh issue create
$ gh repo clone cli/cli
$ gh pr checkout 321
```
---
# #Inbox
interesting: https://gist.github.com/