Skip to content

Commit 1c062e9

Browse files
committed
Merge branch 'master' of github.com:ErickChacon/git-commands
2 parents fd5a82a + 79cef82 commit 1c062e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Downloads for Mac OS X, Windows, Linux and Solaris can be found on the official
1111
To start using Git, it is required to create a user and a ssh-key for
1212
authentication with the remote repository.
1313

14-
## Git commands
14+
## Git Commands
1515

1616
### Clone a repository
1717
Clone command
@@ -99,4 +99,10 @@ To see how it was merged:
9999
git log
100100
```
101101

102+
## Git Cheet Sheets
102103

104+
[Basic Cheet Sheet](https://rogerdudler.github.io/git-guide/files/git_cheat_sheet.pdf)
105+
106+
[Commands Sequence](http://www.cheat-sheets.org/saved-copy/git-cheat-sheet.pdf)
107+
108+
[Github](https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf)

0 commit comments

Comments
 (0)