Skip to content

Releases: cosmicwanderer7/mkgit

v1.1.0

26 Feb 15:20
9aa720a
Compare
Choose a tag to compare

Added git push --set-upstream origin main

mkgit v1.0.0

22 Feb 06:37
Compare
Choose a tag to compare

Release Notes - Version 1.0

We're thrilled to announce the first release of our GitHub repository setup script! This script makes it easy to create and set up Git repositories, especially for GitHub users. Here's what's included in this release:

Features:

  • GitHub Repository Initialization: Use the -i flag to quickly set up a Git repository in your current working directory. It automatically creates the main branch and makes an initial commit.

  • License Selection: You can now choose a license for your repository. Pick from popular options like MIT, Apache 2.0, GPL-3.0, and more.

  • Public or Private Repositories: Decide if you want your repository to be public or private on GitHub.

  • Credentials Storage: Your GitHub credentials are stored safely in a configuration file ($HOME/.github_config) for future use.

  • Help Message: If you need assistance, just use the -h flag to see a help message explaining how to use the script.

Contributors

@cosmicwanderer7
@Cybersnake223
@TanX-009


We hope this makes managing your GitHub repositories a breeze! If you have any feedback or run into issues, please let us know.