Skip to content
Snippets Groups Projects
Name Last commit Last update
bin
.editorconfig
.gitignore
README.md

Git Scripts

Scripts that extend git and make our git workflow a bit easier.

Installation

Clone this repository and add the bin subdir to your path.

Usage

# List of MRs that have been merged into develop but not yet in master
$ git unreleased

# Lists local branches ordered by last commit date
$ git lastbranch