John Blischak Add final version of full tex and pdf file.  over 8 years ago

Commit id: 3c836b0bb19b5d8ae0bd3cbd1f5f27b7a9921d06

deletions | additions      

    Binary files a/blischak-et-al-2015.pdf and b/blischak-et-al-2015.pdf differ        

Now you need to send the code on your computer to GitHub.  The key to this is the URL that GitHub assigns your newly created remote repository.  It will have the form \verb|https://github.com/username/thesis.git| (this can be found on your repository page under the header ``HTTPS clone URL''). (see \href{https://help.github.com/articles/cloning-a-repository/}{help.github.com/articles/cloning-a-repository}).  Notice that this URL is using the HTTPS protocol, which is the quickest to begin using.  However it requires you to enter your username and password when communicating with GitHub, so you'll want to considering switching to the SSH protocol once you are regularly using Git and GitHub (see \href{https://help.github.com/articles/generating-ssh-keys/}{help.github.com/articles/generating-ssh-keys} for directions).  In order to link the local thesis repository on your computer to the remote repository you just created, in your local repository you need to tell Git the URL of the remote repository using the command \verb|git remote add| (Figure \ref{fig:Fig3}C).