Skip to content

Commit d3aaa5c

Browse files
author
hwk2077
committed
debug: current branch
1 parent f26c191 commit d3aaa5c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/check.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ git-log-flat-colored() {
22
git --no-pager log --format="%C(yellow)%h%Creset %C(cyan)%cd%Creset %s %Cgreen%an%Creset" --date=short "$@"
33
}
44

5-
echo $(pwd)
5+
pwd
6+
7+
git branch -–show-current
8+
69
CURRENT_FEATURE=$(git symbolic-ref --short -q HEAD)
710
CURRENT_PATH=$(git rev-parse --show-toplevel)
811
REFERENCE_BRANCH="origin/main"

0 commit comments

Comments
 (0)