From 8e82f8acfb4011441316afb41f318e51aeb26217 Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 13 May 2020 14:40:44 -0400 Subject: [PATCH] Autocommitted updated scripts from mari-wovn --- per-host/mari-wovn/.bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/per-host/mari-wovn/.bash_aliases b/per-host/mari-wovn/.bash_aliases index 3e38984..262419d 100644 --- a/per-host/mari-wovn/.bash_aliases +++ b/per-host/mari-wovn/.bash_aliases @@ -50,7 +50,7 @@ function get_current_branch_name() { } function get_remote_branch_name() { - git symbolic-ref + git rev-parse --abbrev-ref --symbolic-full-name '@{u}' } function update_branch() {