Skip to content

sourcecred/cred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SourceCred's Own Cred

This repository contains SourceCred's own cred instance.

Since our tooling for maintaining independent cred instances is still nascent, the repo was generated (and may be re-generated) by running the following:

export sc=path/to/sourcecred/clone/
./update.sh
git add .
git commit -m "Updated cred"
git push