Bez Hermoso
f0705b3a4f
Vim: Add section on spell-checking ( #864 )
2018-11-28 16:02:35 -07:00
chad d
bb00a53532
Clean up from PRs
2018-11-19 23:18:50 -07:00
chad d
c46315ff3e
Cleanup MySQL
2018-11-19 20:21:34 -07:00
Yahya Bahsoun
fa0b69ea8f
Create mysql.md ( #941 )
...
Cheatsheet for MySQL
2018-11-19 20:17:42 -07:00
chad d
c7bfd159a5
Updating Request a Cheatsheet URL
2018-11-19 19:57:16 -07:00
Michael Hienle
6107936ac2
Add info about !!, !^, !$ ( #844 )
...
* Add info about !!, !^, !$
* Do not use example with sudo
2018-11-19 14:09:09 -07:00
evicent
0347f74435
Update yarn.md ( #933 )
...
Add this equivalent
npm update | yarn upgrade
2018-11-16 13:15:03 -07:00
Jan Domański
658c88a8c3
Update php.md ( #924 )
...
* Update php.md
* Update php.md
2018-11-16 13:10:22 -07:00
Seth
898c8d904b
Bash correction ( #922 )
...
* fix bash path split example
* add two string equality and example
2018-11-16 13:08:34 -07:00
ByMARLin
2b8e8ce90c
Added .encode() to casting ( #916 )
...
.encode() turns string into byte-like object.
2018-11-16 13:07:42 -07:00
Ziyaddin Sadigov
489c8ecac6
Add production mode for migration operations ( #910 )
...
Would be better to add `--env production` flag to all migration operations
2018-11-16 13:06:40 -07:00
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