Nathan Broadbent
9432e8c907
Merge pull request #110 from tuxinaut/master
...
Git merge aliases
2013-10-22 22:14:31 -07:00
Nathan Broadbent
e2d98bc7c5
Merge pull request #107 from g5pw/master
...
Add ZSH completion support
2013-10-17 15:15:23 -07:00
Denny Schäfer
91b48718d1
Addd gmnff gmff alias for git merge --no-ff and --ff
2013-09-19 09:50:39 +02:00
Nathan Broadbent
e8c79f955c
Added git stash pop alias (gashp)
2013-08-29 12:04:26 -07:00
Denny Schäfer
6f735020ae
Add git merge to the expanded numeric commands
2013-08-26 13:08:24 +02:00
Aljaž "g5pw" Srebrnič
f81c243701
Merge branch 'master' of git://github.com/ndbroadbent/scm_breeze
2013-08-20 21:54:04 +02:00
Nathan Broadbent
9d5efbb7c5
Added gau alias for git add -u
2013-08-16 00:34:15 -07:00
Nathan Broadbent
a6a23b0a3d
Re-add git reset to the expanded numeric commands
2013-08-15 23:47:10 -07:00
Nathan Broadbent
2541ef9817
Merge pull request #95 from cliffrowley/master
...
Add git difftool (default alias "gdt")
2013-07-15 20:01:57 -07:00
Nathan Broadbent
0ce8618d90
Added 'git_reset_last_commit' (grsl) alias, useful for undoing a temporary commit
2013-07-04 13:10:12 +12:00
Cliff Rowley
65e62a883b
Add git difftool (default alias "gdt")
2013-07-02 16:00:54 +01:00
Abhishek Das
07518479a8
Adds git stash aliases
2013-07-01 18:19:03 +05:30
Marcin Bachry
123c17fa3b
Make bash completions work with Ubuntu 13.04
2013-04-18 19:44:12 +02:00
Aljaž "g5pw" Srebrnič
7381978fe0
Merge branch 'master' of git://github.com/ndbroadbent/scm_breeze
2013-04-15 17:58:47 +02:00
Nathan Broadbent
adedf86971
No expand args for git reset
2013-02-03 13:35:59 +13:00
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