1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-16 12:53:57 +02:00

Make headers H2

This commit is contained in:
Tim Green
2014-04-12 17:56:38 +01:00
parent 61d7c34a22
commit 71904378a8

View File

@@ -1,12 +1,12 @@
# Github Cheat Sheet
All the hidden and not hidden features of GitHub.
All the hidden and not hidden features of GitHub. Taken from [here](https://www.youtube.com/watch?v=Foz9yvMkvlA).
### Ignore Whitespace
## Ignore Whitespace
Adding `?w=1` to any diff URL will remove any changes only in whitespace, enabling you to see only that code that has changed.
### Cloning a Repo
## Cloning a Repo
When cloning a repo the `.git` can be left off the edge.
@@ -14,7 +14,7 @@ When cloning a repo the `.git` can be left off the edge.
$ git clone https://github.com/tiimgreen/github-cheat-sheet
```
### Git wrapper
## Git wrapper
[Hub](https://github.com/github/hub) is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier.
@@ -30,11 +30,11 @@ Which translates to:
$ git clone git://github.com/tiimgreen/toc.git
```
### git.io
## git.io
[git.io](http://git.io) is a simple URL shortner for GitHub.
### Emojis
## Emojis
Emojis can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_emoji:`