Created
November 12, 2015 08:46
-
-
Save hyperair/fd6e542dfbeae7636771 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [user] | |
| name = Chow Loong Jin | |
| email = hyperair@debian.org | |
| signingkey = 0x588752A1 | |
| [alias] | |
| ci = commit# -uno | |
| co = checkout | |
| st = status | |
| praise = blame | |
| br = branch | |
| bp = buildpackage -us -uc | |
| bps = buildpackage -S -sd -us -uc | |
| bpsa = buildpackage -S -sa -us -uc | |
| logd = log --decorate | |
| cicl = commit -m \"Update changelog\n\nGit-Dch: Ignore\" | |
| ciclb = commit -m \"Update changelog for backport\n\nGit-Dch: Ignore\" | |
| k = log --decorate --oneline --graph | |
| rc = rebase --continue | |
| dchai = dch -a --id-length=0 | |
| ciam = commit --amend -C HEAD | |
| rv = remote -v | |
| cp = cherry-pick | |
| fp = format-patch | |
| tag-pkg = buildpackage --git-tag-only | |
| [giggle] | |
| compact-mode = false | |
| main-window-maximized = false | |
| main-window-geometry = 822x729+354+207 | |
| main-window-view = HistoryView | |
| history-view-vpane-position = 598 | |
| file-view-vpane-position = 217 | |
| [github] | |
| user = hyperair | |
| token = <redacted> | |
| [core] | |
| excludesfile = ~/.gitstuff/exclude | |
| pager = less -+$LESS -RSi | |
| [color] | |
| ui = auto | |
| [merge "dpkg-merge-changelogs"] | |
| name = debian/changelog merge driver | |
| driver = dpkg-merge-changelogs -m %O %A %B %A | |
| [merge] | |
| conflictstyle = diff3 | |
| [rerere] | |
| enabled = true | |
| [sendemail] | |
| smtpserver = smtp.gmail.com | |
| smtpuser = hyperair@gmail.com | |
| smtpssl = true | |
| [push] | |
| default = matching | |
| [url "github:"] | |
| pushInsteadOf = git://github.com/ | |
| pushInsteadOf = git://www.github.com/ | |
| pushInsteadOf = gh: | |
| [url "git://github.com/"] | |
| insteadOf = gh: | |
| [url "debgit:/git"] | |
| insteadOf = git://git.debian.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment