Commit bfc5b05634fcd2337f39060f6e8cce081f23b881

Drop `ghii` shell alias
The idea was that `ghi` will be faster because of the limit on number of
items, but it didn't make any difference in practice.
Author: xaizek
Author date (UTC): 2018-03-25 17:51
Committer name: xaizek
Committer date (UTC): 2018-03-25 17:52
Parent(s): 6ee3a6f7ca29d7fcc93681a3a160aa94272abece
Signing key: 99DC5E4DB05F6BE2
Tree: e03b747454d5e04c4252bae55aef4e4bca1aecf0
File Lines added Lines deleted
bashrc 1 4
File bashrc changed (mode: 100644) (index c1861ff..f5a2f36)
... ... alias gh='git show -u --stat --ext-diff'
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'
211 211
212 # show first 100 of latest repository revisions using "hist" git alias
213 alias ghi='git hist -100'
214
215 212 # show full repository history using "hist" git alias # show full repository history using "hist" git alias
216 alias ghii='git hist'
213 alias ghi='git hist'
217 214
218 215 # spawn detached gitk process showing all refs # spawn detached gitk process showing all refs
219 216 alias gk='gitk --all&' alias gk='gitk --all&'
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