Skip to content

Commit

Permalink
Add git-short
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed May 3, 2024
1 parent cf612be commit 5fc3d2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2096,6 +2096,9 @@ git-branches-default:
git-commit-default:
-@$(GIT_COMMIT)

git-commit-empty-default:
git commit --allow-empty -m "Empty-Commit"

git-push-default:
-@$(GIT_PUSH)

Expand All @@ -2111,8 +2114,8 @@ git-prune-default:
git-set-upstream-default:
git push --set-upstream origin main

git-commit-empty-default:
git commit --allow-empty -m "Empty-Commit"
git-short-default:
@echo $(GIT_REV)

help-default:
@for makefile in $(MAKEFILE_LIST); do \
Expand Down

0 comments on commit 5fc3d2b

Please sign in to comment.