Skip to content
Snippets Groups Projects
Commit 8aaae653 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

add hack_hour_commit_summary.py

parent 01871338
Branches main
No related tags found
No related merge requests found
#!/usr/bin/env python3
base_url = "https://github.com/Radialbog9/MinecraftManhunt/"
ec_last = input("End commit last session? ")
sc = input("Start commit? ")
ec = input("End commit? ")
print()
print()
print(f"Commits from [{sc}]({base_url}commit/{sc}) to [{ec}]({base_url}commit/{ec}) created this session.")
print(f"[Diff]({base_url}compare/{ec_last}...{ec}) (end of last session -> end of this session)")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment