Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 2.39 KB

README.md

File metadata and controls

58 lines (36 loc) · 2.39 KB

This script allows you to create repositories on GitHub quickly and efficiently. Using Git and Hub

GitHub Project Setup

This repository needs a file named MyData.txt with the following information:

  • Token:

  • UserName:

    • Add your GitHub username on this line.
  • Email:

    • Enter the email associated with your GitHub account on this line.
  • Project Folder:

    • Specify the full path to your GitHub Projects folder on this line.
      • Make sure there is no backslash (\) at the end of the project folder path.

It should look like this in MyData.txt:

github_pat_1465768796trufutfucfff8drx67568d56rser7d6dryxdu66dyrzrxdufRANOMHERitsNOTreal
TheMaster1127
[email protected]
C:\Users\The_M\OneDrive\Desktop\GitHub Projects

Important Note

The MyData.txt file is ignored by .gitignore, so if you make changes to it, ensure that you update the file in your GitHub repository accordingly.

Git and Hub Installation

Before you proceed, make sure you have Git and Hub installed on your machine.

  • Git Installation:

  • Hub Installation (Optional, but recommended for GitHub command-line tools):

AutoHotKey (AHK) Installation

  • AutoHotKey Version 1.1:
    • AutoHotKey is a Windows-only tool. Visit AutoHotKey - Download to download and install AutoHotKey version 1.1.

After installing Git, Hub, and AutoHotKey, you can proceed with setting up your GitHub project using the information provided in MyData.txt.

This README file provides detailed instructions for setting up your GitHub project, including an example of how the MyData.txt file should be formatted.

How It Works

When you run the script, you can name the new project and press the button. You can also name an existing folder in the directory of GitHub projects on your computer, and that folder will be uploaded as a project. Additionally, it will add the README file and the license