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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitmanipulator-1.0.2.tar.gz.
File metadata
- Download URL: gitmanipulator-1.0.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1363e48843a0ee6703be016bb785fd738735e3eb4142d904c1892356516e80d4
|
|
| MD5 |
34d3e312a9dfab23b9fce15e62c4ed73
|
|
| BLAKE2b-256 |
b7453ec02cf0372db711848c369145d26df6dbe1ef776928c637ce9f36a86744
|
File details
Details for the file gitmanipulator-1.0.2-py3-none-any.whl.
File metadata
- Download URL: gitmanipulator-1.0.2-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ee7148324d217554b33b7b817daefe1291b5a53c286a5e48f8e685784269178
|
|
| MD5 |
be922488ac1767dac8924e5a2dd2cd84
|
|
| BLAKE2b-256 |
841b23275e6fefd5fb23854eb181b38b519ddaa080187a84bacd4167f78c4775
|