Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 276 Bytes

File metadata and controls

5 lines (4 loc) · 276 Bytes

The Website for MDJCL - the center for Latin in Maryland

#To Push Build Onto Github User Pages If git is not already initialized: git init;git remote add origin https://github.com/MDJCL/MDJCL.github.io.git;git add *;git commit -m "`date`";git push -f -u origin master