Skip to content

Get rid of hectic git code push commands with single command

Notifications You must be signed in to change notification settings

dev-sankhadip/GithubAutomater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Simple Github Automater

Get rid of writing same command again and again to commit and push


Installation

Linux user

  • 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

How to use

Linux user

  • 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

About

Get rid of hectic git code push commands with single command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages