Skip to content

re-Tick/commiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commiter CLI

This CLI tool is designed to automate the process of committing and pushing changes to a Git repository on a daily basis. It creates a new branch for each day, commits any changes in the working directory, and pushes the branch to the remote repository.

Installation

Clone this repository to your local machine:

git clone https://github.com/re-Tick/commiter.git
cd commiter
go build -o commiter . && sudo mv ./commiter /usr/local/bin/

Make the script executable:

Usage

To use the CLI, simply run the script:

commiter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published