Skip to main content

Automate commits to github

Project description

gitto

Automate git commits.

A minuscle python package to automate:

git add .
git commit -m bump
git push

Installation

pip install gitto

Usage

From the command line, in a git repository:

gitto -m commit_name -f file1 file2 file3 -p

Both -m (commit message) and -f (committed files) are optional. If -m is omitted the commit will be called "bump", if -f is omitted all changed files will be added to the commit.

If -p is omitted, the commit will be staged but not pushed to the upstream branch.

The results might look something like:

That's it!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitto-0.0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

gitto-0.0.2-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page