Alois Mahdal
312251a92a
Add new git alias
8 年之前
Alois Mahdal
2f430bda24
Explicitly specify push stategy
This makes a git compatibility warning go away.
8 年之前
Alois Mahdal
7742d07025
Rewrite templating system
Use "meta templates" that ate actually Bash scripts.
8 年之前
Alois Mahdal
ece36c155f
Add basic version of 'git slurp'
8 年之前
Alois Mahdal
82c6ae3e5c
Add new git-log mode
Useful in repos with more users and especially in those with abundance
of tags.
Note to self: TODO: merge with other modes
9 年之前
Alois Mahdal
1c6f1ab5e4
Add new git utility script and an alias
9 年之前
Alois Mahdal
8c0caaaf9a
Have git sort tags by version if possible
9 年之前
Alois Mahdal
4c075fbba0
Add new custom sub-command: who
9 年之前
Alois Mahdal
3c9d2c0497
Always use --verbose with commits
--verbose never hurts; even for trivial changes it's good to check for
commit creep.
10 年之前
Alois Mahdal
84f330656c
Make `git k` and `git ka` pass down arguments to gitk
10 年之前
Alois Mahdal
6f5e786acf
Add new template; for temporary templates
10 年之前
Alois Mahdal
4143bbc330
Free 't' for next alias
Use 'r' for typos since it's typo of 't'.
10 年之前
Alois Mahdal
0dcd379c73
Place diff in commit message hints for version bumps
10 年之前
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 年之前