Skip to content

Commit 5e8dd32

Browse files
committed
Remove 'friction' section, update images
1 parent f122fd1 commit 5e8dd32

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
4444
- [Diff or Patch of Pull Request](#diff-or-patch-of-pull-request)
4545
- [Rendering and diffing images](#rendering-and-diffing-images)
4646
- [Hub](#hub)
47-
- [Decreasing Contributor Friction](#decreasing-contributor-friction)
4847
- [Contributing Guidelines](#contributing-guidelines)
4948
- [Octicons](#octicons)
5049
- [GitHub Resources](#github-resources)
@@ -181,7 +180,7 @@ Gists can be treated as a full repository so they can be cloned like any other:
181180
$ git clone https://gist.github.com/tiimgreen/10545817
182181
```
183182

184-
![Gists](http://i.imgur.com/dULZXXo.png)
183+
![Gists](http://i.imgur.com/BcFzabp.png)
185184

186185
This means you also can modify and push updates to Gists:
187186

@@ -535,15 +534,6 @@ $ hub clone tiimgreen/toc
535534

536535
[*Check out some more cool commands Hub has to offer.*](https://github.com/github/hub#commands)
537536

538-
### Decreasing Contributor Friction
539-
If you want people to use and contribute to your project, you need to start by answering their most basic questions. What does the project do? How do I use it? How am I allowed to use it? How do I contribute? How do I get up and running in development? How do I make sure my new features didn't break old functionality?
540-
541-
[Friction](https://github.com/rafalchmiel/friction) is a command line script that will check your project for common [answers to these questions](https://github.com/rafalchmiel/friction/wiki). This is some example output:
542-
543-
[![Friction output](http://i.imgur.com/4EgpWo4.png)](https://github.com/rafalchmiel/friction)
544-
545-
*Friction supports MRI 2.1.0, MRI 2.0.0, and MRI 1.9.3.*
546-
547537
### Contributing Guidelines
548538
Adding a `CONTRIBUTING` file to the root of your repository will add a link to your file when a contributor creates an Issue or opens a Pull Request.
549539

@@ -689,7 +679,7 @@ $ git status
689679

690680
Produces:
691681

692-
![git status](http://i.imgur.com/o3PEHAA.png)
682+
![git status](http://i.imgur.com/qjPyvXb.png)
693683

694684
By adding `-sb`:
695685

@@ -699,7 +689,7 @@ $ git status -sb
699689

700690
This is produced:
701691

702-
![git status -sb](http://i.imgur.com/xNI1bT0.png)
692+
![git status -sb](http://i.imgur.com/K0OY3nm.png)
703693

704694
[*Read more about the Git `status` command.*](http://git-scm.com/docs/git-status)
705695

@@ -712,7 +702,7 @@ $ git log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %C
712702

713703
Produces:
714704

715-
![git log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative](http://i.imgur.com/EARRQyJ.png)
705+
![git log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative](http://i.imgur.com/58eOtkW.png)
716706

717707
Credit to [Palesz](http://stackoverflow.com/users/88355/palesz)
718708

0 commit comments

Comments
 (0)