8000 GitHub - peterweissdk/github_init: Create Github and Git repositories
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

peterweissdk/github_init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

💾 GitHub Init

Static Badge Static Badge Static Badge Static Badge Static Badge

A bash script to automate the process of creating and initializing GitHub repositories. This script streamlines the workflow of setting up new GitHub projects by handling both local and remote repository creation.

✨ Features

  • Create new GitHub repositories
  • Initialize local Git repositories
  • Set up SSH keys for GitHub authentication
  • Configure Git user information
  • Link local and remote repositories
  • Installation option for system-wide availability

🚀 Quick Start

  1. Clone this repository:

    git clone https://github.com/peterweissdk/github_init.git
  2. Make the script executable:

    chmod +x github_init.sh
  3. Run the script:

    ./github_init.sh
  4. Optional: Install the script system-wide:

    ./github_init.sh --install

Usage Options

  • -i, --install: Install the script system-wide
  • -u, --update-version: Update the script version
  • -v, --version: Display current version
  • -h, --help: Show help message

📝 Directory Structure

github_init/
├── .git
├── LICENSE
├── README.md
└── github_init.sh

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

🆘 Support

If you encounter any issues or need support, please file an issue on the GitHub repository.

📄 License

This project is licensed under the GNU GENERAL PUBLIC LICENSE v3.0 - see the LICENSE file for details.

About

Create Github and Git repositories

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0