Jeremy Mathevet
91a96a4af2
gh to alias ghm
2020-04-27 11:45:19 +08:00
Jeremy Mathevet
f0af4fd601
Check gh command exists before setting git gh alias
2020-04-09 11:06:24 +08:00
David Farrell
7fe7fc020e
aliases/git: Add alises fo git stash push/pop
2020-04-06 10:16:11 -07:00
David Farrell
0274d36cd7
Use long option values
2020-03-25 10:04:27 -07:00
David Farrell
30ae4d9e5f
Add git switch aliases (gsw*)
2020-03-25 09:49:51 -07:00
LeoWW
4933f180f3
add gprom and gpunch
2020-02-17 12:56:12 -08:00
zwfang
35066f91b2
add alias gcamd for `git commit --amend`
2019-10-31 21:56:54 +08:00
NEwa-05
fd1a477716
change git alias following issues #1419
2019-10-11 12:36:49 +00:00
Matthew Adams
7f573f2465
add gcpx
2019-06-26 11:03:12 -05:00
LanikSJ
2704c7e969
Add Git Checkout Pull Branch Alias
2019-04-26 16:15:56 -07:00
zw
d9005ae4ac
Add alias for git stash pop
2019-04-20 16:54:04 +08:00
Eduardo Bellido Bellido
8e0b486266
New git alias for `git diff --staged`
2019-04-08 12:15:20 +02:00
LanikSJ
fae61b3b98
Remove gst Alias
2019-04-02 07:06:03 -07:00
LanikSJ
2cadeaab05
Add Alias for Git Stash
2019-03-28 15:12:03 -07:00
Sangeeth Sudheer
9f37a1a0d0
feat(git.aliases): alias to push current branch w/ tracking
2019-03-21 13:21:09 +05:30
Renan
c61d716ee4
add git patch alias
2019-03-14 15:21:55 +01:00
Li Zou
2bc990269a
Add alias for listing untracked files
2018-12-22 15:25:08 -08:00
Jason Yu
cfab5eeac5
Update git.aliases.bash
2018-05-01 09:53:15 +01:00
Dan Wendorf
a35c9473f8
Add git `gh` alias to go "home" (top-level dir)
2017-12-14 10:48:05 -08:00
Jason Yu
e5743a299c
Remove duplicating alias
...
Opps, I overlook the file! XD, sorry.
2017-12-08 09:23:01 +00:00
Jason Yu
62e4108af3
Update git.aliases.bash
2017-12-07 11:07:21 +00:00
Andreas Frömer
3f2edd7ba8
Propose new alias for git branch deletion
...
This will add two new aliases for `git` to remove a branch.
There is an old alias `gdel` which is not named well because all "branch wise" aliases start with `gb`
So i added two new to delete the branch
`gbd` to remove fully merged branches with upstream
`gbD` to force remove a branch
2017-08-17 09:17:12 +02:00
Álvaro Brey
f6629e8343
aliases: git: change 'gw' to 'gwc' to avoid collision with gradle plugin
...
* 'gw' is currently aliased to 'git whatchanged' but that collides
with the gradle wrapper plugin, which defines a 'gw' function.
2017-05-22 10:18:15 +02:00
Andreas Frömer
f5b83c2d8c
Rename git alias to better reflect name convention
...
This will rename the previous alias `gmv` to `gbm` to better reflect the naming as it will rename the branch not move a file.
Also introduce `gmv` as an alias for `git mv` to move files.
2017-04-11 18:41:13 +02:00
Jeremy Nicklas
2a29f6ba59
simplify git diff alias
...
Fixes https://github.com/Bash-it/bash-it/issues/921
2017-03-21 06:53:09 -04:00
Nils Winkler
5858fcdbdd
Merge pull request #916 from LanikSJ/git-update
...
Adding more git aliases
2017-03-14 08:03:32 +01:00
LanikSJ
fb95a13410
Removing conflicting alias
2017-03-13 09:24:32 -07:00
Andreas Frömer
3679bc2e5b
Add alias gmv
...
This will enable the ability to rename a branch using bash-it git alias
2017-03-13 13:36:53 +01:00
LanikSJ
007adac0fd
Adding more git aliases
2017-03-10 11:38:40 -08:00
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