Get rid of writing same command again and again to commit and push
- Download cli.py file
- install click python module globally in your system
pip3 install -u click
- make cli.py file executable
chmod +x cli.py
- move cli.py file to bin folder
mv cli.py /bin
- Open terminal and go to project folder
- Type cli.py push in terminal
- Type your commit message like feat: login added
- If your project already have git repo then just enter username and password
- If it is new repo then enter newly git repo remote origin url then username and password