Skip to content

the script used to count the line to teammeber coded

Notifications You must be signed in to change notification settings

hkvincent/git-line-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-line-count

The script is used to count the lines of code per team member.

How to use with non-sort

you can run the script with just the member names, and it will use the default date range:

./count.sh "John" "Vincent" "Joey" "Victor"

Or you can provide a custom date range:

./count.sh "2023-02-01" "2023-03-01" "John" "Vincent" "Joey" "Victor"

How to use with sort

you can run the script with just the member names, and it will use the default date range:

./count_sort.sh "John" "Vincent" "Joey" "Victor"

Or you can provide a custom date range:

./count_sort.sh "2023-02-01" "2023-03-01" "John" "Vincent" "Joey" "Victor"

How to use "sort" and ignore specific files.

./count_ignore.sh "2023-02-01" "2023-03-01" css scss -- "John" "Vincent" "Joey" "Victor"

How to use for specified commit

./count_commit.sh java css -- [commithash1 commithash2] 

How to use for specified branch

./count_branch.sh java css -- [branch name] 

About

the script used to count the line to teammeber coded

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages