codegik / github-team-track

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Team Track

Show commits from team.

Setup

Create file repos in config directory.

  • mkdir -p ~/.config/team
  • touch ~/.config/team/repos

Add repositories in repos file

Put each repository in new line. Example of file content ~/.config/team/repos.

https://github.com/teammate/java-pocs
https://github.com/codegik/pocs

Running

This command will show last commit from yesterday.

./team-commits

Output sample

User repo                Status  Commit url
teammate/java-pocs       OK      https://github.com/teammate/java-pocs/commit/d2a782f2983d91ed99ed91db24194117b22169fe
codegik/pocs             NOT-OK  https://github.com/codegik/pocs/commit/

About


Languages

Language:Shell 100.0%