Skip to content

This repo allow you to automate the project initialization steps that are necessary to create a local repo and connect it to a remote git repo. It will create a new folder, the README file, make the first commit and open vscode in the new repo folder.

Notifications You must be signed in to change notification settings

juancv3d/Project_Git_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project_Git_Automation

Linux py

This repo automate the process of creating a new project in your computer, automating the creation of the local repository and the remote repository, after that it will connect it, create the README.md file and generate the first commit.

Install:

git clone "https://github.com/juancv3d/Project_Git_Automation.git"
cd Project_Git_Automation
pip install -r requirements.txt

Run:

To run this script first you have to copy the bash function to ~/.zshrc or ~/.bashrc, change the project folder directory and create an envioremnt variable to store your Github API keys. Finally just type this command in your shell.

'create <name of the new repo>'

About

This repo allow you to automate the project initialization steps that are necessary to create a local repo and connect it to a remote git repo. It will create a new folder, the README file, make the first commit and open vscode in the new repo folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published