Skip to main content

Extract code, markdown, and yaml files from R markdown.

Project description

Combine multiple git version controls steps into one command.

PyPI Updates

Introduction

Unlike git shell commands, gitone automatically generates commit messages with every command.

The gitone Python package consists of 4 shell commands and functions:

  • camp, which stands for git commit -am and git push will add and commit all changes made to tracked files and push the changes to the remote repository.

  • acmp, which stands for git add, git commit -m and git push will add and commit all changes made to all files and push the changes to the remote repository.

  • cam, which stands for git commit -am and git push will add and commit all changes made to tracked files.

  • acm, which stands for git add, git commit -m and git push will add and commit all changes made to all files.

Installation

$ pip install gitone

Usage

No need to pass any arguments.

Just run one of available shell commands or Python functions.

>>> camp()
>>> acmp()
>>> cam()
>>> acm()
$ camp
$ acmp
$ cam
$ acm

History

0.0.1 (2018-12-11)

  • First release on PyPI.

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

gitone-0.0.11.tar.gz (323.6 kB view hashes)

Uploaded Source

Built Distribution

gitone-0.0.11-py2.py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 2 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