mirror of
https://github.com/ION606/commit_grabber.git
synced 2026-06-05 23:16:14 +00:00
initial commit
This commit is contained in:
@@ -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\//"
|
||||
Reference in New Issue
Block a user