Skip to content
/ pit Public

Python CLI that simplifies some Git commands

Notifications You must be signed in to change notification settings

NWBY/pit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pit

This project is just a bit of fun I made to help with learning Python.

Pit simplifies some git commands into single commands. For example, when checking out a branch and pulling it straight away:

  • With git:
git checkout develop && git pull
  • With pit:
pit chpl develop

Although this project is just a bit of fun, the commands that are currently supported are listed below:

pit git saved keystrokes including spaces
chpl {branch} checkout {branch} && git pull 16
ch {branch} checkout {branch} 6
a {files} add {file} 2
aac "{message}" add . && git commit -m "{message}" 19

About

Python CLI that simplifies some Git commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages