-
-
Save Kleidersack/9d8127e253d4b3004f07cb467357dbad to your computer and use it in GitHub Desktop.
git daily standup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log --all --no-merges --graph --date=relative --committer=$(git config --get user.email) --pretty=format:'%C(cyan) %ad %C(yellow)%h %Creset %s %Cgreen%d' --since="$(if [[ "Mon" == "$(LC_TIME=en_US.UTF-8 date +%a)" ]]; then echo "last friday"; else echo "yesterday"; fi)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment