initial commit

This commit is contained in:
ION606
2024-06-24 17:59:32 -04:00
commit 134fc75bd8
4 changed files with 212 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
read -p "Enter your GitHub username or email: " github_name_email
read -p "Enter your GitHub username: " github_username
read -p "Enter your GitHub repository name: " github_repo_name
git log --author="$github_name_email" | grep ^commit | sed "s/commit /https:\/\/github.com\/$github_username\/$github_repo_name\/commit\//"