Skip to content

MellonHeads/mellonheads.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MellonHeads

The website for MellonHeads!

Current design is thanks to Tiffany Jiang, which was coded by William Ganucheau (@williamg).

Contributing

Pull requests are very welcome :-) Take a look at the issues tab to the right for some ideas on getting started.

Some quick steps to get you started:

Make a new branch and push it to GitHub.

git checkout -b feature_branch_name
git push -u origin feature_branch_name

Updating from Master

git pull origin master

Merge from master

git checkout feature_branch_name
git merge master