commit message from python script

This commit is contained in:
2023-11-06 19:07:03 +01:00
parent 4620cb28cd
commit 9de1b66bca
3 changed files with 6 additions and 22 deletions

View File

@@ -12,8 +12,7 @@ list_my_git_projects = [
"https://gitlab.com",
"https:ubuntu:5000"
]
my_username = "jonnybravo"
my_username = os.environ["USER"]
if not os.path.exists(user_gitconfig):
os.popen("touch " + user_gitconfig)