From e1a171500e3559893f52c96d5b184f19cebcccdf Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Sat, 19 Jun 2021 20:49:22 +0200 Subject: [PATCH] added alias for git log --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index 420f9f0..328221c 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -79,6 +79,7 @@ alias diff='git diff' alias remote='git remote' alias ftemplate='git fetch template' alias mtemplate='git merge template/master --allow-unrelated-histories' +alias log='git log' #st programs alias cubeide='~/st/stm32cubeide_1.5.0/stm32cubeide'