From 3136b0b288f22eef8ad152a8f4f118f77b65c422 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 26 Aug 2021 14:10:07 +0100 Subject: go private broadbean --- .bashrc | 1 + .gitconfig | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 3318cd5..47f9da3 100644 --- a/.bashrc +++ b/.bashrc @@ -58,3 +58,4 @@ function xreset() { #\[\033[0;34m\]\$\ #\[\033[0m\] " +export GOPRIVATE=bitbucket.org/broadbean diff --git a/.gitconfig b/.gitconfig index 478387c..d5f7022 100644 --- a/.gitconfig +++ b/.gitconfig @@ -55,3 +55,5 @@ st = status -bs tracked = ls-tree -r --name-only --full-name HEAD stashed = stash list --pretty=format:'%gd: %Cred%h%Creset %Cgreen[%ar]%Creset %gs' +[url "ssh://git@bitbucket.org/"] + insteadof = https://bitbucket.org/ -- cgit v1.2.3