From 035dad86c68b3519bd5f6ee580b48a71b116e6aa Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 30 Apr 2014 11:08:49 +0200 Subject: [PATCH] Update username for github and bitbucket. Signed-off-by: Jacob Kiers --- includes/bash_git.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/bash_git.bash b/includes/bash_git.bash index 74f7954..5c7eea0 100644 --- a/includes/bash_git.bash +++ b/includes/bash_git.bash @@ -1,7 +1,7 @@ # Git related Bash aliases -github_user="sapegin" -bitbucket_user="sapegin" +github_user="jacobkiers" +bitbucket_user="jacobkiers" # `cd` to repo root