From 4364ce9e00866785f34b0aac681979cf623aae81 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 29 Oct 2014 17:01:24 +0100 Subject: [PATCH] add bw specific stuff --- zshenv | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/zshenv b/zshenv index 3516cd9..c54c158 100644 --- a/zshenv +++ b/zshenv @@ -15,3 +15,16 @@ export NVM_DIR="$HOME/.nvm" # todo.sh alias t=todo.sh +# BW specific stuff +JIRA_URL="https://jira.brandwatch.com" + +alias gfu="git fetch upstream" + +alias gcbi="git checkout -b $1 upstream/ui-revamp-integration" +alias gcbs="git checkout -b $1 upstream/ui-revamp-stage" +alias gcbl="git checkout -b $1 upstream/ui-revamp-live" + +alias gcboi="git checkout -b $1 upstream/integration" +alias gcbos="git checkout -b $1 upstream/stage" +alias gcbol="git checkout -b $1 upstream/live" +