RaVi
460412d90f
Add stash view ( #901 )
2018-11-16 13:00:00 -07:00
Bez Hermoso
62ebf94111
<(...) vs =(...) in zsh ( #899 )
2018-11-16 12:59:38 -07:00
Paul Cathey
6164a16f57
Adds simpler push for bash array ( #894 )
...
Here is a less verbose push than the one listed
2018-11-16 12:58:15 -07:00
Lubos Belak
117e9905d8
Add some ES2018 examples to the cheatsheets ( #889 )
...
* Add some ES2018 examples to the cheatsheets
* Add examples of string methods: padStart, padEnd
* Add examples of extracting Object values
2018-11-16 12:57:03 -07:00
Mateus Pontes
75740e2658
docker-compose: add networking ( #876 )
2018-11-16 12:54:03 -07:00
Rohit Sehgal
5268d69e3c
Update httpie.md ( #872 )
2018-11-16 12:52:30 -07:00
Bez Hermoso
537771aeab
Git: GPG signing commits ( #863 )
2018-11-16 12:49:59 -07:00
Afif Sohaili
c9279b9858
Add cheatsheet on handling generated content with Bulma. ( #862 )
...
In cases where WYSIWYG editors generate the HTML content of the page,
the content does not have Bulma classes applied to them, which means
they'll be unstyled because that's just how Bulma works. An `<h1>` tag
does not have a style until you add the class `title` to it.
To handle this case, wrap the generated content with `.content` class.
2018-11-16 12:47:54 -07:00
Joonas Kallunki
4a77b25dee
[React] update react syntaxes and remove legacy methods ( #856 )
...
* Update React cheatsheet syntaxes and remove legacy methods
* Update React updated date
2018-11-16 12:46:54 -07:00
Pavel Lishin
a78dab76cf
Update ExUnit cheatsheet: Demonstrate named setup context more clearly ( #850 )
2018-11-16 12:41:08 -07:00
Hannes Leutloff
05bca6d01c
Update es6.md ( #709 )
...
* Update es6.md
Add edge case of implicitly returned object, since the notation is a little different.
* Update es6.md: fix typo
2018-11-16 12:28:50 -07:00
Hannes Leutloff
41c619d50d
Update sass.md ( #710 )
...
* Update sass.md
Make `Mixin Properties` a subpart of `Mixins`, so that they are displayed next to each other, since they are a logical unit.
Add section about default values and default variables for mixins.
* Update sass.md according to comments in #710
2018-11-16 12:28:11 -07:00
Devin Samarin
ea1fff2e40
find: Include file size conditions ( #848 )
...
The units of the size command are not straight-forward. The default
file size unit is counter-intuitively 512-bit blocks. This patch
includes a cheat sheet for the ability to filter files based on its
size and the various units that are accepted by the find command.
2018-11-07 15:57:17 -07:00
Michael Hienle
2bef29186d
Add cd - ( #843 )
2018-11-07 15:54:57 -07:00
Michael Hienle
75ba17605d
Use 4 spaces throughout file ( #841 )
2018-11-07 15:53:52 -07:00
Michael Hienle
abb99f3674
Add info for how to sync a fork ( #840 )
2018-11-07 15:51:30 -07:00
Michael Hienle
4c1e81452a
Add curl --silent ( #839 )
...
Signed-off-by: Michael Hienle <hienle.michael@gmail.com>
2018-11-07 15:50:57 -07:00
Michael Hienle
8e9a1e4384
Add curl -L ( #838 )
...
Signed-off-by: Michael Hienle <hienle.michael@gmail.com>
2018-11-07 15:50:32 -07:00
Stephen Rhodes
1782484ce9
Updated flow.md to fix type for error ( #833 )
2018-11-07 15:46:01 -07:00
calumks
db77ac7c98
Add undo and redo shortcuts ( #796 )
2018-11-07 15:04:50 -07:00
calumks
8e5952a677
Add key shortcut info. ( #795 )
2018-11-07 15:03:42 -07:00
Thomas Röggla
0b31132966
changed compliment() to complement() in sass.md ( #792 )
2018-11-07 15:02:07 -07:00
haider
0804754a91
Added 2 String Comparison Conditionals ( #769 )
...
they check to see if the strings are equal or not...
Just thought its an essential comparison that should be in the cheatsheet.
2018-11-07 14:59:09 -07:00
DannyMeister
f683f59ce2
Update npm documentation link in semver.md ( #761 )
2018-11-07 14:58:37 -07:00
David Lay
eb00583fa6
fixed refs format variable on git-log ( #742 )
...
Said `%cd` and should be `%d`
2018-11-07 14:37:18 -07:00
AntoineGoncalves
6a51d514e8
Update vim.md with "gvimdiff", "tab pages" and ajustment of the layout ( #741 )
...
* Update vim.md with "gvimdiff" command
* Update vim.md with a section for using tab pages
* VIM: Adjustement of the layout
Add table with Shortcut and Description for Calculator section.
Replace all of first letter of description by uppercase when it was lowercase.
* Update vim.md
* Update vim.md
* Update vim.md
2018-11-07 14:35:25 -07:00
Hannes Leutloff
6892dc8615
Update rsync.md ( #718 )
...
Clarify folder/folder-content syncing.
Add options --partial and -P, since partial helps with network errors and -P is convenient.
2018-11-07 14:23:17 -07:00
Jason Weir
a4053b1b8e
Add spell checking to vim cheatsheet ( #497 )
...
* Add spell checking to vim cheatsheet
* Add backticks for command formatting
2018-11-07 14:08:13 -07:00
Tredecies
82985172c5
Tmux sessions and windows ( #682 )
...
* most basic tmux sessions and windows commands added
* Detach -> detach
2018-11-07 13:55:40 -07:00
Enrico Sacchetti
d444d081d5
Feat/markdown tables ( #665 )
...
* docs(contributing): add yarn to one-time docker use
* feat(markdown): add lists and tables
- add h2 example
2018-11-07 13:53:22 -07:00
matjojo
5aa602c9e0
Update lua.md ( #652 )
...
Change zero to one indexed
2018-11-07 13:48:58 -07:00
Ben Weller
2c163cb3ba
Add example for `aws s3 rm` with `--recursive` ( #651 )
2018-11-07 13:44:51 -07:00
Adrian
60de6e9c49
Add tricks to go back to previous branch ( #648 )
2018-11-07 13:35:06 -07:00
Michael Hienle
3dc8b2abc9
Some minor improvements to python cheatsheet ( #623 )
...
Added enumerate and pop with index and changed a few small things.
2018-11-07 13:31:46 -07:00
JBallin
668103896f
Fix "select" link ( #600 )
2018-11-07 13:29:10 -07:00
jascha ehrenreich
e059b21d6f
Update composer.md ( #628 )
...
replaced to with from
2018-11-07 13:27:52 -07:00
Audrey Chavarria
77d78b29f6
Update CSS.md Animation section ( #625 )
...
Updated the order in which properties appear in the Properties table to match the order in which they should be listed in the Shorthand form. Also added 2 missing properties ( animation-fill-mode & animation-play-state ) and an example for them. See link for more info: https://www.w3schools.com/cssref/css3_pr_animation.asp .
2018-11-07 13:26:57 -07:00
Sherly Chan
12feb8202a
correcting enzyme props to prop ( #513 )
2018-11-07 13:11:37 -07:00
Rico Sta. Cruz
da30696346
moment: link to You Don't Need Moment
2018-09-15 15:06:46 +08:00
Rico Sta. Cruz
f3040aa0ff
Merge pull request #768 from amallek/patch-1
...
Typo fixed
2018-08-28 12:49:18 +08:00
Andreas Mallek
b24a1c3be3
Typo fixed
2018-08-27 23:32:46 +02:00
Rico Sta. Cruz
3f2bb1b044
Merge pull request #765 from annygakh/patch-1
...
Update mismatched end tag for code example in section 'Loops'
2018-08-26 11:06:22 +08:00
Anny
d6ae9a9637
Update mismatched end tag for code example in section 'Loops'
2018-08-25 11:21:25 -07:00
Rico Sta. Cruz
d5a6d6fb04
polyfill.io: Fix conditional loading snippet
2018-08-20 09:04:31 +08:00
Rico Sta. Cruz
2e381a4c77
Merge pull request #733 from PaulRosset/patch-1
...
gh-pages-golang-flowControl-forLoops
2018-08-08 11:15:03 +08:00
Paul Rosset
8e092aaaee
gh-pages-flowControl-forLoops
...
Add the description for the For Loops and For-Range loops.
2018-08-07 17:47:31 +01:00
Arsenij Schützer
c2e9c8fc36
Update typescript.md
2018-07-31 17:24:26 +02:00
Rico Sta. Cruz
b27d794063
Merge pull request #689 from yeldiRium/patch-1
...
Update composer.md
2018-07-30 17:25:10 +08:00
Hannes Leutloff
32301ff3da
Update composer.md
...
`update --lock` is useful e.g. after resolving merge conflicts when the packages should stay at their current versions but the lock file hash is invalid and must be updated.
2018-07-30 09:01:18 +02:00
Moviuro
194bd28bf9
Update bash.md
...
`[` use is made obsolete by `[[` (which should be used only for bash scripts).
Add examples with commands conditionals (if ping ...; then...)
Add link to shellcheck + mywiki.wooledge.org
2018-07-23 15:34:18 +02:00