Alois Mahdal
e6640da4f0
Have git hint with actual diff when committing
Git will add the actual diff to the message displayed in the editor.
This allows to consult better what was actually done and to make use of
code completion features like that of Vim.
Note that with --amend (`cma` alias) the behavior is that the final
diff is shown, i.e. not just the amendment.
Also it's intentionally not used by default message aliases as these
are intended for express and/or ad-hoc commits (so far).
10 年 前
Alois Mahdal
c28b4680a7
Add new Git commit message template: bump version
10 年 前
Alois Mahdal
bfb2b7e082
Rename before.gitconfig to more sane main.gitconfig
10 年 前
Alois Mahdal
66fd4ea268
Add 'gra' alias for 'gr'(aph) showing all branches
10 年 前
Alois Mahdal
36893c7fa6
Allow limiting history in commmand
10 年 前
Alois Mahdal
2745f45e35
Add new default commmit message for Flake8 cleanups
10 年 前
Alois Mahdal
a83226d4af
Rename git-universe to gittum
10 年 前
Alois Mahdal
3985580bd1
Add sibling: new git helper script and alias
10 年 前
Alois Mahdal
854d0f0718
Use default messages with aliases but do open editor
11 年 前
Alois Mahdal
17063e4e0c
New commit message alias: cmw for "quick & dirty" WIP commits
11 年 前
Alois Mahdal
d4b9493e15
New aliases: k for gitk and ka for gitk --all
The latter is alternative for `gitka` bash alias
11 年 前
Alois Mahdal
857f8b14db
Alphabetical order!
11 年 前
Alois Mahdal
fe58d070de
Better message file name semantic
11 年 前
Alois Mahdal
587ff4f2fa
Added new alias, cmt for cm with typo message
11 年 前
Alois Mahdal
a4ecb15727
New Git alias: grr, like gr but much smaller--ignores linear parts
11 年 前
Alois Mahdal
62ea56b75f
Added cp for cherry-pick
11 年 前
Alois Mahdal
751801022f
Split long line in gitconfig for readability
11 年 前
Alois Mahdal
0f5604d5f1
Added shell `clear` before `add --patch` and `diff --cached`
Thanks to [this question on SO][1].
[1]: http://stackoverflow.com/questions/7534184/git-alias-multiple-commands-and-parameters
11 年 前
Alois Mahdal
e41ae5dbc8
Added alias: rb for rebase
11 年 前
Alois Mahdal
b110701e32
Made global gitconfig not override everything
11 年 前
Alois Mahdal
f2ada494b5
Remapped aliases for better mnemotechniuc
11 年 前
Alois Mahdal
75c82cf64f
Sorted git aliases by abc
11 年 前
Alois Mahdal
0ef0073a03
Added more git aliases
11 年 前
Alois Mahdal
08e6b5d308
Split "global" gitconfig into separate specific ones
11 年 前
Alois Mahdal
292ffc5c20
Added support for per-host, per-user, before and after configs
11 年 前
Alois Mahdal
5087be234d
Added git alias dc - "diff --cached"
11 年 前
Alois Mahdal
ef04db3206
Added git-achievements' settings
11 年 前
Alois Mahdal
f918aaaaf0
Set default push strategy for git 1.8
11 年 前
Alois Mahdal
724570d929
Cleanup whitespace
11 年 前
Alois Mahdal
6907d4ec29
Added git-universe
11 年 前