Skip to content

Commit

Permalink
Add comment to the script
Browse files Browse the repository at this point in the history
For git user parameters setup.
  • Loading branch information
pallavisontakke committed Aug 6, 2024
1 parent 67fb16e commit d32cbbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release/ready_fork_for_commit.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
set -eu


echo "---- Setting git user parameters as per current global git configuration ----"

# GITHUB_USERNAMES
GH_EMAIL=$(git config user.email)
GH_FULL_USERNAME=$(git config user.name)
Expand Down

0 comments on commit d32cbbd

Please sign in to comment.