Emily Davenport Added formatting to figure 1 caption  about 9 years ago

Commit id: 6c6005b720bc3cba84c4b4cd57049e710a1e8e4f

deletions | additions      

       

\textbf{Figure 1. The git add/commit process.} To store a snapshot of changes to a file in your repository, first git add \verb|git add|  any files to the staging area you wish to commit (for example, you've updated the process.sh file). To take a snapshot of those changes, type git commit \verb|git commit|  with a message. Only files added to the staging area will be committed. All past commits are located in the hidden .git directory in your repository.