Skip to content

PillarTechnology/anonymokata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anonymokata

Github anonymizer, allowing for kata reviews without concern of author

This script will allow any github repository to be cloned, scrubbed (removing all references to username and email), creating new repository within organization account and pushing the 'cleaned' code to new repository. Your user must have 'write' privileges to the organization account in order to push the 'scrubbed' repository to github.

  1. clone this repository - anonymokata

  2. change directory, to the directory where you want to clone the candidate repository.

  3. execute the anonymizer script...

    	[anonymokata]/anon.sh
    
  4. answer these questions.

    	Enter the name of the organization. [name of your organization] : 
    	Enter the name of the user within anonymokata. [authorized github user]
    	Enter the name of the user within anonymokata. [authorized github user] :
    	Enter the name of the new repository. [this will be generated] :
    	Enter the GitHub URL to clone : [paste the candidate URL here]
    	Do you really want to anonymize this repo? [Y/n]: 
    
  5. Enter host password for user 'github user':

  6. you are done.


Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%