From ad1030b2b00d48e8cb438d5fe4776e982e7f799a Mon Sep 17 00:00:00 2001 From: Riki Kamano <34440648+hikikomororinn@users.noreply.github.com> Date: Tue, 8 Dec 2020 07:59:20 +0000 Subject: [PATCH] first commit --- .gitconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index e06fb559cc1..b90ec801c75 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,10 @@ [alias] - + #basic alias + co = commit + st = status + br = branch + ch = checkout + # View abbreviated SHA, description, and history graph of the latest 20 commits. l = log --pretty=oneline -n 20 --graph --abbrev-commit