Skip to content

mit-cap/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Updating the Website

To push your changes to the live website, first set up a remote pointing to the server.

  • With AFS: git remote add live /afs/csail.mit.edu/group/cap/www.git
  • With ssh: git remote add live ssh://USER@sketch2.csail.mit.edu:/afs/csail.mit.edu/group/cap/www.git

Then, push to the server. Only the master branch needs to be pushed.

git push live +master:refs/heads/master

See also https://gist.github.com/Nilpo/8ed5e44be00d6cf21f22

About

CAP group website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published