From 7b04c795759b2c1583509c1cdfcb3b079e6e7508 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Feb 2019 01:54:00 +0000 Subject: [PATCH] Update .aliases --- .aliases | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.aliases b/.aliases index f75ab81..92b29fc 100644 --- a/.aliases +++ b/.aliases @@ -4,12 +4,16 @@ alias gca="git commit --amend --no-edit --reset-author" alias gcm="git commit -m" alias gl="git log" alias gs="git status" -alias l="ls -lah" + +alias gh="github" alias nah="git reset --hard && git clean -fd" +alias wip="git add . && git commit -m 'wip'" + +alias l="ls -lah" + alias p="phpunit" alias pf="phpunit --filter " alias pstorm="phpstorm" alias st="subl" alias stt="subl ." alias web="cd ~/Code" -alias wip="git add . && git commit -m 'wip'"