We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579112b commit f26c191Copy full SHA for f26c191
1 file changed
scripts/check.sh
@@ -2,6 +2,7 @@ git-log-flat-colored() {
2
git --no-pager log --format="%C(yellow)%h%Creset %C(cyan)%cd%Creset %s %Cgreen%an%Creset" --date=short "$@"
3
}
4
5
+echo $(pwd)
6
CURRENT_FEATURE=$(git symbolic-ref --short -q HEAD)
7
CURRENT_PATH=$(git rev-parse --show-toplevel)
8
REFERENCE_BRANCH="origin/main"
0 commit comments