From 117ed5192fed4484d10548660dcacaee0674186c Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Mon, 23 Mar 2020 15:46:09 +0100 Subject: [PATCH] [vriska] .bashrc.local: alias git-fetch-master --- _local/vriska/.bashrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_local/vriska/.bashrc.local b/_local/vriska/.bashrc.local index ce75177..5c1be73 100644 --- a/_local/vriska/.bashrc.local +++ b/_local/vriska/.bashrc.local @@ -5,7 +5,7 @@ # Host-specific aliases alias passheinlein="PASSWORD_STORE_DIR=~/.password-store-heinlein pass" -alias git-fetchboth="git fetch origin master:master; git fetch origin develop:develop" +alias git-fetch-master="git fetch origin master:master" # Shortcuts to encode/decode strings with base64 function b64enc {