Skip to content

Commit

Permalink
updated git_push_stats.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 22, 2025
1 parent 7c7f3b1 commit 5307f13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions git/git_push_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC2034,SC2154
usage_description="
Shows the Git push stats to the remote origin for the current branch - number of commits and lines of diff
Utilizes adjacent scripts:
git_origin_log_to_head.sh
git_origin_diff_to_head.sh
"

# used by usage() in lib/utils.sh
Expand Down

0 comments on commit 5307f13

Please sign in to comment.