Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 632 Bytes

File metadata and controls

42 lines (24 loc) · 632 Bytes

#After School Program

##Pivotal Tracker ##https://www.pivotaltracker.com/n/projects/1262678

####*Joshua Kegley

####*John Harrison

####*Morgan Emery

####*Alex Lewitt

####*Ian Cavitt

####*Eric Gordan

##-Instructions For Git:

###-Clone Repo to Desktop: $git clone https://github.com/CEN2015-Software-Engineering/After-School-Management-Mean-App CD After-School-Management-Mean-App $npm install

###-Ready to Push Update?

$git add .

$git commit -a -m "Message Here, with quotes"

$git pull origin master

$git push

enter username, password

###-Need to Pull and Merge?

$git pull origin master $npm install $bower install