Commit Graph

26 Commits (d81c35d7527bdb4aca2beec7454bee5c89219496)

Author SHA1 Message Date
Andreas Frömer 6a0eb8cf03 Add 'git rm' alias 'grm' 2017-02-06 11:49:18 +01:00
Peter Benjamin 2e5fd5b21d A few more git aliases 2016-12-07 00:10:40 -08:00
Peter Benjamin 325e9be942 Add git aliases 2016-12-06 23:24:04 -08:00
Forrest Sill 482703e754 Add `gap` alias for `git add -p`
- Useful for seeing your changes before committing

Signed-off-by: Lyle Franklin <lfranklin@pivotal.io>
2016-07-05 11:36:22 -07:00
Zhao Han 833ae57c9a Add ggui (git gui) to git.aliases.bash 2016-04-11 20:39:23 -05:00
Eduardo Bellido Bellido c34cd9b7ec Update some git aliases 2016-02-12 01:29:40 +01:00
Eduardo Bellido Bellido 6d453fe1e4 Make git gg alias more readable 2015-10-22 23:52:14 +02:00
Eduardo Bellido Bellido bea8beca6f Add new git aliases 2015-10-22 23:51:42 +02:00
luispcosta a9ca1ae3fb Added new git push origin master 2015-10-22 11:30:37 +01:00
joe DeCapo 94d37939e5 Add `gf` alias for fetching all and pruning 2015-09-29 01:41:56 -05:00
joe DeCapo 6b38a470fc Add 'gsu' alias for updating git submodules
Updates and initializes submodules recursively
2015-06-29 00:48:38 -05:00
Nils Winkler add708509d Added two useful git aliases found here:
http://blogs.atlassian.com/2014/10/advanced-git-aliases/
2014-10-23 11:37:58 +02:00
John A. Barbuto 910b77c5a2 Added git tag aliases
http://stackoverflow.com/questions/14273531/how-to-sort-git-tags
2014-03-27 18:21:33 -07:00
jimmynotjim 5d22da957b Added new aliases and plugins for git 2013-11-27 11:26:50 -05:00
Travis Swicegood b8ff0094b8 Merge remote-tracking branch 'markrickert/master'
Conflicts:
	aliases/available/git.aliases.bash
2013-04-24 07:54:33 -05:00
Mark Rickert 8be156fc8b Added some awesome git aliases for statistics, history, and seeing what changed. 2013-04-09 09:15:48 -04:00
Robbie Clutton e9c9049b22 'git pull --rebase' alias 2013-03-10 09:05:36 +00:00
Travis Swicegood 8c4ea4f598 Add ability to override using $EDITOR 2012-11-15 10:24:01 -06:00
Greg Nofi 20b3d43c4b Git Aliases: Remove duplicate darwin clause/add default clause for git diff. 2012-11-15 10:15:42 -05:00
Erich Smith 17aaa9ce24 add alias metadata, remove help() 2012-05-22 09:57:25 +02:00
Eitan Adler 3fc60b5358 Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
David DeSandro 4a8e08e783 Revert "Add various aliases"
This reverts commit 3ef689f29a.
2011-06-20 16:13:59 -04:00
David DeSandro 11b5955161 Revert "move garb into git plugins; rename newpost as jknewpost"
This reverts commit d22a4cfa70.
2011-06-20 16:13:34 -04:00
David DeSandro d22a4cfa70 move garb into git plugins; rename newpost as jknewpost 2011-06-17 11:01:18 -04:00
David DeSandro 3ef689f29a Add various aliases 2011-06-17 10:57:31 -04:00
Travis Swicegood ef42010c7b Make all aliases optional (a la plugins)
This continues a pattern that was introduced in ffa45b0 and refined
further in later commits.  This enables all aliases by default, but can
be disabled by any user if they remove the appropriate
aliases/enabled/*.bash file.
2011-06-12 19:47:17 -05:00