John Blischak Fix missing vertical bars after \verb.  about 9 years ago

Commit id: 5605483b8f57568de4afa755257051acb84d52ce

deletions | additions      

       

B) On GitHub, you created a new repository called \verb|thesis|. This repository is currently empty and not linked to the repo on your local machine.  C) The command \verb|git remote add| connects your local repository to your remote repository.  The remote repository is still empty, however, because we have not pushed any content to it.  D) All the local commits are sent to the remote repository by using the command \verb|git push". push|.  Only files that have been committed will appear in the remote repository.  E) Several more rounds of updating scripts and committing are done on the local computer (commit f658t and then commit xv871).  These commits have not yet been pushed to the remote repository, so only the previously pushed commit is in the remote repo (commit d75es). 

If the owners of the cool\_project repository like your change, they will accept the pull request and your changes will be incorporated into the project.  \textbf{S1 Figure. Collaboration using Github.}  A) You have a repository on your computer and on github that you have already connected using \verb|git remote add", add|,  but you have not pushed any content to the remote repo yet. B) You push your local commits to your remote repository using \verb|git push| (both your local and your remote have commit d75es).  C) Your collaborator would like to help you analyze your data.  They make a copy of your remote repository into their github account using the "fork" option in github.