Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 408 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 408 Bytes

website

The new Imperial College Union website

Important stuff to do with submodules

The first time you check out the repository as of 2:15pm on Tues 31st July you MUST run the following two commands:

  • git submodule init
  • git submodule update

After this, you should run the following command after a git pull:

  • git submodule update

This ensure the custom modules are always up-to-date