/PrettyGit

Primary LanguagePython

prettygit by gmanka

deprecated

this project is deprecated, please consider to use lazygit

info

user-friendly interface for git, supports commits, pushes, and uploading to pypi.org

navigation

installation

prettygit.sh - for linux
prettygit.bat - for windows

installation via terminal

install on linux:
curl -sSL gmankab.github.io/prettygit.sh | sh

install on any os:
pip install prettygit

launch on any os:
python -m prettygit

help

to use the script, you do not have to read what is written below

these are just optional arguments you can specify when you run the script

   args:  -h | --help
   info:  get help
example:  prettygit --help
   args:  -b | --branch                      
   info:  set branch for pushing            
example:  prettygit --branch main
   args:  -r | --remote                         
   info:  set remote for pushing               
example:  prettygit --remote origin
   args:  -m | --message | --commit_message
   info:  set commit message
gexample:  prettygit --commit_message aboba
    args:  -g | --git_path
    info:  permanently set new path for git
examples:  prettygit --git_path /bin/git
           prettygit --git_path D:\\git\\git.exe

changelog^

you can read changelog here

license

gnu gpl 3