Skip to content

Commit

Permalink
Added credits and link to PDF version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoRodrigues committed May 15, 2020
1 parent 410cedc commit e90a224
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
src="https://raw.githubusercontent.com/MolSSI/molssi-branding-guidelines/master/logos/main_logo/molssi_main_logo.png" alt="MolSSI Logo" title="MolSSI
Logo" height="100"/></div>

<div style="text-align: center;"><h1 style='margin: 0; padding: 0; border-bottom: none'>Git Cheat Sheet</h1></div>
<div style="text-align: center; margin-bottom: 1em">
<h1 style='margin: 0; padding: 0; border-bottom: none'>Git Cheat Sheet</h1>
<a href="https://github.com/JoaoRodrigues/git-cheat-sheet/raw/master/git-cheat-sheet.pdf">PDF version</a>
</div>

## Git Configuration

Expand Down Expand Up @@ -71,3 +74,6 @@ Logo" height="100"/></div>
| repository | The collection of all files, changes (commits), and branches. |
| staging area | All the files and changes added to the staging area but not yet committed. |
| working tree | All files and changes not yet added to the staging area. |

## Credits
This cheat sheet was created by @janash, @joaorodrigues, and @vhchavez and is licensed under CC BY-SA 4.0.

0 comments on commit e90a224

Please sign in to comment.