LJMD.F LJ MD project ICTP 2014 mkdir ~/ljmd_f Creates a directory for our project called "LJMD.F" in our user directory cd ~/ljmd_f Changes the current working directory to your newly created directory git init Sets up the necessary Git files Initialized empty Git repository in /Users/you/ljmd_f/.git/ touch README Creates a file called "README" in our ljmd_f directory