Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

miguelmota/git-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-ext

My collection of git extensions and hooks

Install

git clone https://github.com/miguelmota/git-ext.git
cd git-ext/
chmod +x extensions/*
sudo cp extensions/* $(git --exec-path)/

Examples

Open git url:

$ git open

Merge a PR:

$ git pr-merge <number>

License

MIT