Ben Marshall-Corser
f7f487c426
Alias for commit and commit all with amend
...
For the lazy and forgetful. Don't worry, a bang is fine in an alias and completion.
🎉
13 years ago
Marcus Müller
ab13d0756f
git find
13 years ago
Stanislav Mekhonoshin
7991562e76
Added gwc(git whatchanged alias)
...
Allows to view commit history in extended way
14 years ago
Josh Matthews
7be660bf1d
Adding grt alias to the git plugin.
14 years ago
Árni Hermann Reynisson
003b0da9e5
Use pull --rebase for 'gup' shortcut.
...
Instead of git fetch && git rebase.
14 years ago
Alexander Surma
28d28ee6f6
git plugin: Add `gpoat` alias
14 years ago
Sean M. Collins
74faabbcab
Add shortcut for showing log of all branches
14 years ago
Ted Vessenes
027fcccc92
Make git use sha when branch name is missing.
14 years ago
Dr Nic Williams
73df0c8e93
added 'gcl'for 'git config --list'; and gd for 'git diff'
14 years ago
mapc
3dd3c1f415
Add aliases for git-remote: gr...
14 years ago
Dr Nic Williams
79847ad77d
added 'gcl'for 'git config --list'; and gd for 'git diff'
14 years ago
Steven G. Harms
9b05a44387
Adds glo; glp (arg)
...
* glo := git log --oneline
* glp := git log --pretty=arg
14 years ago
pomaxa
b1e4ef1754
current repository action
14 years ago
Carlos Rodriguez
8769e5f8c9
Removed trailing spaces in Git files. Fixes #867
14 years ago
Jordan MacDonald
49d44adb09
Fixed compdef alias to use 'gd' as shortcut.
14 years ago
Chad Seeger
ae735335e1
Kill the compdef; Introduce 'grh' alias for 'git reset HEAD'
14 years ago
Jordan MacDonald
730e029664
Added alias for git diff.
14 years ago
Chad Seeger
9ac98f6ceb
Git Plugin: adds 'grhh' alias for 'git reset HEAD --hard'
14 years ago
Alexander Balashov
12a04571bb
Added alias gcm='git checkout master
14 years ago
Gavin Huang
7553d0171f
Replace "git-diff" with "git diff" in the git plugin
15 years ago
Dan Shearmur
c1c7b0e4af
added git merge as gm
15 years ago
Mark Szymanski
bd6aba9c68
Add an alias for ga --> git add, too
15 years ago
Mark Szymanski
1fb141cfb5
Add gss alias for git status -s
15 years ago
Robby Russell
9e783c0a8e
fixing issue with last commit merge. missed a conflict
15 years ago
Sven Lito
96b0af6824
adding git svn aliases
15 years ago
Sven Lito
6bb0c1c926
added git log with graph
15 years ago
Robby Russell
b3a78d2b28
Using git-diff instead of git diff
15 years ago
Daniel Hahler
91e4f3d667
Fix `gdv`: make it a function, and use `view`.
...
I've changed it to use `view` instead of `vim -R` to make it hopefully
more editor-agnostic.
15 years ago
Jakub Nawalaniec
4cd4167c8d
Further git completion improovements
...
In detail:
gup - now completes with remotes like git fetch would
gdv - got git diff completions
gc/gca - now zsh will suggest files in staging area
gba - suggestions as for git branch
15 years ago
Jakub Nawalaniec
2e9492969b
Completions are git subdommand-aware now
15 years ago
Jakub Nawalaniec
57f55e69ed
Zsh will now complete git aliases with git stuff
15 years ago
Hakan Ensari
1a8ceef514
Typo
15 years ago
Hakan Ensari
8edf417375
Aliased git checkout as `gco`
15 years ago
Sven Lito
dfbed8fd98
added git log incl. stats for the past 5 commits
16 years ago
Robby Russell
26d97a9355
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
16 years ago