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
Release files for autopush 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| autopush-0.1.1.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autopush-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.7 kB
Release files / autopush-0.1.1.tar.gz
| Download URL | autopush-0.1.1.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d836a260e7d6d81fae1238fd973ddaa28ddee982ef24917b935086e2bea7fad9
|
|
BLAKE2b-256 checksum How to use checksums |
aea97b1023f8db4cfbab6b5917682516dd96aeb968cc74aba471f34271681cf3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.1
|
Release files / autopush-0.1.1-py3-none-any.whl
| Download URL | autopush-0.1.1-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7711736c389899f56c032db07fc0523b0007169608fb2ce79fd58feec3c4d5f5
|
|
BLAKE2b-256 checksum How to use checksums |
9bcbaa95a2e2ccd628fa72e7d738ae61d4c10a32bdf85c1a36c374d7ae5a13dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.1
|