We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e652f1 + 1b42db9 commit 642d06bCopy full SHA for 642d06b
1 file changed
aliases/available/git.aliases.bash
@@ -235,5 +235,5 @@ function gdv() {
235
236
function get_default_branch() {
237
branch=$(git symbolic-ref refs/remotes/origin/HEAD)
238
- ${branch#refs/remotes/origin/}
+ echo "${branch#refs/remotes/origin/}"
239
}
0 commit comments