https://github.com/d4v1-sudo/git-manager
Simple python tool to help on git usage
https://github.com/d4v1-sudo/git-manager
Last synced: 10 days ago
JSON representation
Simple python tool to help on git usage
- Host: GitHub
- URL: https://github.com/d4v1-sudo/git-manager
- Owner: d4v1-sudo
- License: mit
- Created: 2025-08-21T22:04:51.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-24T17:59:16.000Z (11 months ago)
- Last Synced: 2025-10-19T12:37:44.423Z (9 months ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-PT-BR.md
- License: LICENSE
Awesome Lists containing this project
README
# git-manager
Simples ferramenta em python 3 para ajudar no uso do git
## Começo rápido:
```
python3 main-pt-br.py
```
## Dentro do terminal da ferramenta:
```
clone /.git>
cd
help
```
**OBS**: Para editar um repositório clonado ou clonar um repositório privado, você precisa fazer login com seu token do Github **\***:
```
login
help
```
**\*** Gere seu token aqui: https://github.com/settings/tokens
VOILA!