From 0ce1e8c9422612a7c0d726573c3dd0e4292aac23 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 1 Mar 2021 15:06:28 +0100 Subject: [PATCH] added alias --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index fe68076..9162c36 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -73,6 +73,7 @@ alias pull='git pull origin' alias push='git push origin' alias status='git status' alias diff='git diff' +alias remote='git remote' alias ftemplate='git fetch template' alias mtemplate='git merge template/master --allow-unrelated-histories'