Andy Zhang
8ba76f1cbf
Add "gdw" for git diff --word-diff
...
* Sometimes helpful to see changes inline
* Potential to tweak further with better regex (maybe detect similar char types so diff can be more granular)
2012-12-25 01:36:34 -08:00
Nathan Broadbent
aa7dd471b5
Also expand args for git rebase x, where x is a shortcut to a branch
2012-12-15 08:49:28 +13:00
Nathan Broadbent
42a5832916
Added 'git tag' alias (gt)
2012-12-10 23:17:54 +13:00
Nathan Broadbent
cd4fb8b079
Added git push -f alias
2012-12-04 13:40:47 +13:00
Aljaž "g5pw" Srebrnič
a9aa363fdb
Added initial zsh completion support to git_index
...
zsh now completes all arguments and all directories inside $GIT_REPO_DIR. This is till buggy because not all directories in $GIT_REPO_DIR are actual git projects. Next update will include completing the list in the .git_index file.
2012-10-23 09:13:20 +02:00
Nathan Broadbent
281131ef27
Added alias for git rebase -i
2012-10-20 17:31:23 +13:00
Nathan Broadbent
8f19f35b06
Fixed completion appending '//' when in a project's directory
2012-10-16 10:58:29 +13:00
Nathan Broadbent
f5d7d68291
Fix to preload Arch bash completion for git
2012-08-23 12:47:27 +12:00
Nathan Broadbent
760ca4eab7
Added gsm alias for git show --summary - handy to view the last commit SHA and message, without the changes
2012-08-22 20:48:36 +12:00
Nathan Broadbent
75e9a909a5
Revert "Changed _alias to alias_no_errors"
...
This reverts commit dba367d7f1 .
2012-08-21 14:02:00 +12:00
Nathan Broadbent
dba367d7f1
Changed _alias to alias_no_errors
2012-08-21 12:28:15 +12:00
Nathan Broadbent
c08afca63f
Support 'git branch'
2012-08-16 02:58:01 +12:00
Nathan Broadbent
b978b1bd43
Fall back to normal git branch, if any unknown args given. Also add aliases for git branch -a and -m
2012-08-16 02:53:52 +12:00
Nathan Broadbent
af84c992b7
Re-organized files. Added shortcuts for git branches, under gb function
2012-08-16 02:32:53 +12:00