Skip to content

vwal/my-git-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

my-git-extras

Various documented Git aliases and scripts I have found useful in everyday Git use. Some of the scripts have been written by me, others (like git-wtf) have not.

To install

  1. Clone from GitHub

  2. Include the my-git-extras/.gitconfig from your ~/.gitconfig, like so:

[user]
        name = Your Name
        email = [email protected]

[include]
        path = /opt/my-git-extras/.gitconfig

Alias dependencies

Currently the only external dependency (besides the scripts in this repository) that some aliases refer to are some git whistles (https://github.com/mezis/git-whistles, install with: rvm @global do gem install git-whistles) commands.

Other recommended Git extensions

git-extras
https://github.com/tj/git-extras

Adam's git shortcuts and environment
https://github.com/aspiers/git-config

git-mv-with-history
https://gist.github.com/emiller/6769886

Note

As of writing of this I'm using these aliases and scripts with macOS and on Ubuntu 16.04 and 18.04 with Git 2.7.4 (from Launchpad PPA, ppa:git-core/ppa). Most will likely work with Git 1.8.0+ or Git 1.7.0+ (include statement was added in Git 1.7.10), as well as on other platforms (maybe even in Windows! :D).

About

My git aliases and associated scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published