Dr Nic Williams
73df0c8e93
added 'gcl'for 'git config --list'; and gd for 'git diff'
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
Chad Seeger
ae735335e1
Kill the compdef; Introduce 'grh' alias for 'git reset HEAD'
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
Robby Russell
7f350da5b7
Adding a ggpnp which does a git pull followed by a git push.
16 years ago
Robby Russell
27904c117c
Moving current_branch() to git plugin
16 years ago
Robby Russell
3cf9ab722e
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
16 years ago