This commit is contained in:
Dionysus 2023-05-05 18:22:14 -04:00
parent 86169f75c5
commit 0e36414ce9
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ _data=$(git log -1 --graph --pretty=format:"%h|%s|%cn")
_hash=$(echo "$_data" | cut -d'|' -f1 | cut -c 3-)
_msg=$(echo "$_data" | cut -d'|' -f2)
echo $(dirname .)
echo $(basebane .)
_name=$(echo "$_data" | cut -d'|' -f3)
_repo=$(basename -s .git $(git config --get remote.origin.url))