Skip to content

smmccabe/codereview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codereview

A script for listing most recent work by an author on multiple git repositories

Scans through any folders from the directory it is called from looking for git repository and will list and repositorys that have a commit by an author matching the provided string, ordered by most recent commits.

Git author searching will use like matching, so searching part of a name will work.

###Requirements###

  • Python
  • GitPython

####Ubuntu Instructions####

sudo apt-get install python python-git

###Usage###

use in the directory that contains all your repositorys

./codereview.py _username_

Example:

./codereview.py smmccabe

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages