Commit Graph

153 Commits (e2d34196399d27d577af77fcc829ce62a1a931d6)

Author SHA1 Message Date
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
con-f-use 43a63965ee Alias and complete common misspellings of bash-it 2017-03-17 20:29:02 +01: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
Dylan Semler 20a49e6393 Add plugin and alias for cleaning docker assets 2017-02-15 07:00:42 -05:00
Nils Winkler 32c27c2a0c Merge pull request #903 from alu0100823295/patch-1
Update npm.aliases.bash
2017-02-12 10:18:46 +01:00
Frederick Stark d39dd88fd3 fix sublime text alias 2017-02-12 11:52:21 +11:00
Jorge Aguiar Martín fd8b98fb24 Update npm.aliases.bash
### Changed the 'npm uninstall --save-dev' alias because it was the same as 'npm update'
* alias nud='npm uninstall --save-dev' --> alias nusd='npm uninstall --save-dev'
2017-02-09 23:57:01 +00:00
Andreas Frömer 6a0eb8cf03 Add 'git rm' alias 'grm' 2017-02-06 11:49:18 +01:00
Ilan Erenstein ec5c317d15 Remove bcup alias 2017-01-12 15:45:44 -08:00
Nils Winkler 707f2aac93 Added check for grep color option
Closes #643 and closes #884
2017-01-09 18:13:10 +01:00
Nils Winkler c64dd0a44d Fixing `ls` alias definition
Closes #819 and closes #643
2017-01-09 18:13:10 +01:00
Nils Winkler 99bf5f09ad Moved grep alias to general aliases 2017-01-09 18:13:10 +01:00
Maik Ellerbrock bbb3afcf39
fix(fix): rename a duplicate alias 2016-12-15 00:12:49 +01:00
Maik Ellerbrock df126f3a64
feat(bash): add yarn aliases 2016-12-14 21:53:35 +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
Ilan Erenstein f5813f9c56 Change aliases for vault to remove conflict 2016-11-07 07:47:23 -08:00
Ilan Erenstein 5a48ef8e68 Add vault common aliases 2016-11-06 08:21:22 -08:00
jason 1208ad71ed adding new curl alais to show only headers on a GET request 2016-11-01 16:24:38 -05:00
Ilan Erenstein a1a32f61f3 Remove trailing space 2016-10-13 07:52:06 -07:00
Ilan Erenstein 02923a41c5 Fixing bcup alias as per Brew note 2016-10-13 07:46:17 -07:00
Jack Letourneau 92f6af52bb Use --cleanup on upgrade in Homebrew “bupc” alias. 2016-08-30 10:27:05 -04:00
Joe Giralt dbc9922ae5 Added phoenix aliases 2016-08-12 17:04:36 -04:00
Breno Oliveira dos Santos 221200ca29 Changins on laravel alias 2016-08-04 22:14:32 -03:00
Breno Oliveira dos Santos 3bf415cfbe Changed the laravel alias a:controller to php artisan make:controller 2016-08-04 21:49:18 -03:00
sveneh 2c86ecc7da improved version of open file in new tab 2016-07-14 23:30:26 +02:00
sveneh d05c88a23b new name for alias, will break functionality of original gvim command
otherwise
2016-07-14 23:30:26 +02:00
Nils Winkler 03600e0da1 Added docker-compose plugin
Only function so far: docker-compose-fresh, which shuts down a running
docker-compose instance, deletes the containers, and starts up fresh
instances, then tails the container logs.

Converted this from an alias to a function so that a parameter can be
provided for the name of the docker-compose.yaml file name.
2016-07-06 08:24:48 +02: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
ravenhall 110828b3c5 Added convenience aliases for curl 2016-05-10 15:37:34 -05:00
Zhao Han ab1f44c3b7 Merge pull request #1 from umhan35/master
Update osx.aliases.bash
2016-04-11 20:44:58 -05:00
Zhao Han 833ae57c9a Add ggui (git gui) to git.aliases.bash 2016-04-11 20:39:23 -05:00
Zhao Han fb88e70213 Update osx.aliases.bash 2016-04-11 20:28:04 -05:00
Nils Winkler 2eedb137fd Added aliases for docker-compose 2016-03-04 10:06:10 +01:00
Eduardo Bellido Bellido ff28aeb8c6 Merge pull request #665 from edubxb/git-aliases
Update some git aliases
2016-02-19 00:29:54 +01:00
Joan Leon 35c2be1e96 Added npm aliases 2016-02-16 23:57:29 +01:00
Eduardo Bellido Bellido c34cd9b7ec Update some git aliases 2016-02-12 01:29:40 +01:00
Eduardo Bellido Bellido 304406b503 Remove unnecessary double quotes in alias 2016-02-04 00:11:59 +01:00
James Cuzella a742959058 Adding comments to summarize less arguments 2016-01-11 12:09:04 -07:00
James Cuzella 544ba1ca57 Adding alias for sane default options to "ag" ("the silver searcher" a fast grep / ack alternative) 2016-01-08 17:34:49 -07:00
Edward Freeman eec0aa6e9c fixed brew cask aliases
they removed the - from their CLI
2016-01-05 16:58:54 -08:00
gbanks 567b19333f Add alias for apm install 2015-12-17 12:53:58 -07:00
Georg Ogris 7abde2fdcf no sudo for apt-cache 2015-11-05 13:47:35 +01:00
luispcosta 6591784ca2 Merge branch 'python_alias' 2015-10-28 12:33:37 +00:00
luispcosta 7352c748de Defined section for typical programming languages aliases. Added python and ipython aliases 2015-10-28 12:33:07 +00:00
Eduardo Bellido Bellido 6d453fe1e4 Make git gg alias more readable 2015-10-22 23:52:14 +02:00