An open API service indexing awesome lists of open source software.

https://github.com/lesaint/lesaint-git

My Zsh plugin for Git
https://github.com/lesaint/lesaint-git

Last synced: about 19 hours ago
JSON representation

My Zsh plugin for Git

Awesome Lists containing this project

README

          

lesaint-git
===========

My Git plugins for [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh) which can be integrated via [Antigen](https://github.com/zsh-users/antigen) and works as an override of the Git plugin bundled with Oh-My-Zsh.

Replace alias I found dangerous in Git plugin :

* gc => gci

Add new methods

* gitMergeAfterPull : Performs a merge from a branch into another, making sure local checkout is up-to-date in both branches
* `ggm` : get the name of the main branch of the current repo
* `grefresh` : rebase the current branch upon the main branch of the current repo