Skip to main content

A tool to quickly commit your work with git.

Project description

gscp: Git, Stage all, Commit, Push

I often find myself writing a bunch of code and wanting to commit it all, in one singular command. It's not very hard:

$ git add -u
$ git commit -v
$ git push

However, this is two commands two long. This should be in a singular command! This is why I once had a gscp script in $PATH that did pretty much that. However, I wanted to add features over time:

  • The ability to specify a commit message (sometimes)
  • The ability to force push
  • The ability to create amend commits
  • And maybe more

It would have been easy enough to have those features in my shell script, but parsing the flags in shell seemed harder than it needs to be. Therefore, I created a python package. Yay python!

Installation

> pip install gscp

Requirements

This is a rather simple script. It requires python 3.7 or higher. Because it uses git, you obviously need to have git in path. It relies on the pty module. If the pty module is limited in some OSes, those limits apply here. All the other requirements are in pyproject.toml.

Building / Running

This project is built with poetry.

Usage:

usage: gscp [-h] [-a] [-f] [message]

positional arguments:
  message      Commit message to use. If no message specified, it falls back to git's default behaviour with verbose mode

options:
  -h, --help   show this help message and exit
  -a, --amend  If we using git amend mode (warning, this triggers a force push)
  -f, --force  If we use `git push --force`

Disclaimer

Use at your own risk. This can force push stuff, after all.

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

gscp-1.0.6.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gscp-1.0.6-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file gscp-1.0.6.tar.gz.

File metadata

  • Download URL: gscp-1.0.6.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for gscp-1.0.6.tar.gz
Algorithm Hash digest
SHA256 0799cd987f0cd38a47d8cfb44717ee63b81e57eca1f9b60868e48dfe518cbab8
MD5 cc9503740eac835c380e14576f382c3c
BLAKE2b-256 6f24865a6f0c14150ba3fe529617be04186621a9efd16245026e9e8f12f40d3e

See more details on using hashes here.

File details

Details for the file gscp-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: gscp-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for gscp-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 78ce7ae50a1a08db615bf78fbff65087c7cc8cee6807f0304eb825d3a1c7b55b
MD5 dd62de3e815a3e25d88138bdd80d3d91
BLAKE2b-256 fbb4c342f8e1d02572d85697364faa6a512eda60f14b55f1ffd52fc4742aacc5

See more details on using hashes here.

Supported by

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