Commit 6ee3a6f7ca29d7fcc93681a3a160aa94272abece

Allow use of external diff in `gh` shell alias
Author: xaizek
Author date (UTC): 2018-03-25 17:50
Committer name: xaizek
Committer date (UTC): 2018-03-25 17:50
Parent(s): fd7708e2eda3141c2be795e985b7208da4a4a882
Signing key: 99DC5E4DB05F6BE2
Tree: b5814f3a19c370cfaa5a3d3ae86c51d62c5cc01a
File Lines added Lines deleted
bashrc 1 1
File bashrc changed (mode: 100644) (index e894d1d..c1861ff)
... ... alias gob='git checkout -b'
204 204 alias got='git checkout --track' alias got='git checkout --track'
205 205
206 206 # show information about git object # show information about git object
207 alias gh='git show -u --stat'
207 alias gh='git show -u --stat --ext-diff'
208 208
209 209 # show information about git object with some statistic # show information about git object with some statistic
210 210 alias ghs='git show --stat' alias ghs='git show --stat'
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master