8000 Add @awesome-bot, as discussed in #144 · daniel4git/github-cheat-sheet@1d977da · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d977da

Browse files
committed
Add @awesome-bot, as discussed in tiimgreen#144
1 parent 21e084d commit 1d977da

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: ruby
2+
3+
rvm:
4+
- 2.2
5+
6+
before_script:
7+
- gem install awesome_bot
8+
9+
script:
10+
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub Cheat Sheet [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2-
A collection of cool hidden and not so hidden features of Git and GitHub. This cheat sheet was inspired by [Zach Holman](https://github.com/holman)'s [Git and GitHub Secrets](http://www.http://confreaks.tv/videos/aloharuby2012-git-and-github-secrets) talk at Aloha Ruby Conference 2012 ([slides](https://speakerdeck.com/holman/git-and-github-secrets)) and his [More Git and GitHub Secrets](https://vimeo.com/72955426) talk at WDCNZ 2013 ([slides](https://speakerdeck.com/holman/more-git-and-github-secrets)).
2+
A collection of cool hidden and not so hidden features of Git and GitHub. This cheat sheet was inspired by [Zach Holman](https://github.com/holman)'s [Git and GitHub Secrets](http://confreaks.tv/videos/aloharuby2012-git-and-github-secrets) talk at Aloha Ruby Conference 2012 ([slides](https://speakerdeck.com/holman/git-and-github-secrets)) and his [More Git and GitHub Secrets](https://vimeo.com/72955426) talk at WDCNZ 2013 ([slides](https://speakerdeck.com/holman/more-git-and-github-secrets)).
33

44
*Shortlink: [`http://git.io/sheet`](http://git.io/sheet)*
55

@@ -765,8 +765,6 @@ Some use-cases for this (that make sense), include:
765765
- Communicating with people using your repository.
766766
- The first commit of a repo, as the first commit cannot be rebased later: `git commit -m "init repo" --allow-empty`.
767767

768-
![It ain't even that trolololol...](http://i.minus.com/il1jaw.gif)
769-
770768
### Styled Git Status
771769
Running:
772770

0 commit comments

Comments
 (0)
0