← Back to tools

mkgit

Bash script to automate creating GitHub repos with initial commit

Version Control linuxmacos Shell

Description

mkgit is a Bash script that automates the process of creating a new GitHub repository, initializing it with a README file, and pushing the initial commit. It uses the GitHub API to create public repos.

AI Summary

Bash script automating GitHub repository creation with README initialization and initial commit

Capabilities

  • + Create GitHub repositories via API
  • + Initialize with README
  • + Push initial commit automatically

Use When

  • When quickly creating new GitHub repositories
View AGENTS.md for mkgit