From 93cd70ef5087621b8c7d46186b4a2771b6dbb454 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 5 Nov 2023 19:52:48 +0200 Subject: Github-cli and color ui true --- .gitconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index e518a0e..8b2ef30 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,6 +3,8 @@ email = trevorgray@srdusr.com [init] defaultBranch = main +[color] + ui = true [alias] graph = log --oneline --graph --decorate ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate @@ -18,3 +20,9 @@ dotfiles = "!f() { git --git-dir=$HOME/.cfg --work-tree=$HOME stashrebase; }; f" +[credential "https://github.com"] + helper = + helper = !/usr/bin/gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !/usr/bin/gh auth git-credential -- cgit v1.2.3