indieterminacy / 1q50iq_creating_git_repo

Simple ZSH script for starting Git repo, adding all content in directory to repo and making commit. Accepts argument for git commit message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 1q50iq_tq_create_repo.zsh
Script for initiating a new `Git` repo.

Workflow:
1) Accepting parameter for forming Git commit statement
2) Generating git repository
3) Adding all files to repo
4) Providing `git commit` with message that may include message parameter

About

Simple ZSH script for starting Git repo, adding all content in directory to repo and making commit. Accepts argument for git commit message

License:Other


Languages

Language:Shell 100.0%