Skip to content

SaguiTech/gitp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitp

Extra functionalities for Git, written in Python. This script allows you to execute any command line script, before and/or after executing any git command.

Instalation

  • Clone this repository
  • $ sudo cp gitp.py /usr/bin/gitp
  • $ sudo chmod +x /usr/bin/gitp

Usage

Copy the json file to your repository, then replace its sample commands for their custom commands, that can be executed before or after any git command (like pull, push, commit, etc).

Use $ gitp ... instead of $ git ... example:

$ gitp commit -m "message"

About

Just extra functionalities to Git.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages