autopush cli tool allows to run git commands more simply
Project description
Description: autogit-cli designed to guide users through common Git tasks interactively, which can be useful in projects requiring frequent updates, as it minimizes manual Git commands by offering a user-friendly CLI interface.
Error `autogit` is not recognized. For help click me
INSTALLATION
pip install autopush
| Function | Auto Fetch |
|---|---|
.gitignore |
node_modules/,dist/,.env,*.log,coverage/,.DS_Store,git_history.json and more . . . |
[+added, -removed] |
main.py [+56 ] [-6 ], index.js [+27 ] [-3 ],index.js [+10] [-3] |
commit suggest |
'Updated files', 'Refactor code', 'Fix bugs', 'Enhance performance', 'Add new feature', and more . . . |
branch fetch |
origin/main (default), master, custom branch |
git history |
Shows previous activity in json format in current project. |
Usage
Type autopush in your terminal with your active and remotely Git repo in project.
Note: Current project has remote git repo exits, if not it will show error.
// shows Branch , SHA , Commit msg
{ Branch: "main", SHA: "p5m73l0", Commit: "Fix bugs" }
// create a githistory.json file where all GITHUB history is shown as json format
autopush -h
# autopush
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 autopush-0.1.1.tar.gz.
File metadata
- Download URL: autopush-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d836a260e7d6d81fae1238fd973ddaa28ddee982ef24917b935086e2bea7fad9
|
|
| MD5 |
7169b16f87aa902d3c3bebdf7e257522
|
|
| BLAKE2b-256 |
aea97b1023f8db4cfbab6b5917682516dd96aeb968cc74aba471f34271681cf3
|
File details
Details for the file autopush-0.1.1-py3-none-any.whl.
File metadata
- Download URL: autopush-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7711736c389899f56c032db07fc0523b0007169608fb2ce79fd58feec3c4d5f5
|
|
| MD5 |
2aaaf70d4b902f1d2fdee54dcf4d5940
|
|
| BLAKE2b-256 |
9bcbaa95a2e2ccd628fa72e7d738ae61d4c10a32bdf85c1a36c374d7ae5a13dd
|