Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 556 Bytes

TeamIdeas.md

File metadata and controls

25 lines (16 loc) · 556 Bytes

Team Fighting Mongooses

A place where we can jot down ideas or thoughts on our downtime to be discussed laters. Please write your name, description of thought and then explain if needed. Go Team!

Adding line to test git branch ======= // git checkout -b * name of the branch you wanna make *

// git push origin * branch name *

=================================== Automatically set up the databases:

  • In your repo directory *

git pull cd database chmod +x databaseSetup.sh ./databaseSetup.sh