Skip to main content

manipulate many git project

Project description

manipulate many git project

Project management

First, let's start to add some project to manage.

gitmanipulator project add ./project1 project2
gitmanipulator project list

If this project doesn't have a package.json, set version manually.

gitmanipulator project update 1 --version 1.2.3

create a release

This feature work only for bitbucket. It will stash all your work, update the version, create a release branch, push it, and open the browser to create a PullRequest

gitmanipulator project release

Development memory

Releasing to PyPi

Before releasing to PyPi, you must configure your login credentials:

~/.pypirc:

[pypi]
username = YOUR_USERNAME
password = YOUR_PASSWORD

Then use the included helper function via the Makefile:

$ make dist

$ make dist-upload

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

gitmanipulator-1.0.2.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

gitmanipulator-1.0.2-py3-none-any.whl (8.9 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