
This simple GitHub Bot allows you to easily fetch data about users, repos, and organizations.
Command syntax is themed after the official GitHub CLI.<br/>The commands listed below are long, but don’t worry, there are aliases!
git checkout --user -info {user}- get information about a GitHub usergit checkout --user -repos {user}- get a list of a GitHub user’s reposgit checkout --org -info {organization}- get information about a GitHub organizationgit checkout --org -repos {organization}- get a list of a GitHub organization’s repos
2 commands that follow require the syntax of owner/repo-name in the place of the {repo} argument, ex. itsmewulf/GitHub-Discord
git checkout --repo -info {repo}- get information about a GitHub repositorygit checkout --repo -src {repo}- get the file structure of a GitHub repository
git config will allow you to play around with the settings and make GitHub uniquely yours!
git --help- a classic help message with commandsgit --aliases- get a list of aliases for the Bot’s commandsgit --uptime- Bot’s uptimegit --ping- Bot’s ping
If you have any problems or questions, feel free to join the support server

