Commit Graph

2040 Commits

Author SHA1 Message Date
Rico Sta. Cruz 25ca53525c
Merge pull request #1357 from pixmin/master
Add tmux shortcut to show pane numbers
2020-02-13 21:49:34 +11:00
Rico Sta. Cruz f58b5070c0
Merge pull request #1358 from mercedesb/patch-1
Updated accessing a single prop's value
2020-02-13 21:49:25 +11:00
Mercedes d55d4f9fc8
Updated accessing a single prop's value
Instead of `.props('name')`, use `.prop('name')` to access a single prop's value for testing
2020-02-12 13:06:28 -06:00
Gaëtan PRIOUR 2d70df1fbb Add tmux shortcut to show pane numbers 2020-02-12 15:20:02 +01:00
Jap a0e23ed4f4
Update moment.md
Separated the format function to avoid confusion. Old syntax made it look like these functions could be chained.
2020-02-12 10:56:48 +01:00
Ethereum77 a4e0b6c7df Update emmet.md 2020-02-08 10:38:24 +03:00
Genji e5fbc750ff
Update rollup.md 2020-01-29 16:43:22 +03:00
Rahul 0e9b7337ab
Update go.md
Added the usage of WaitGroup in go
2020-01-29 18:09:27 +05:30
Rico Sta. Cruz 48a96fd920
add uninstall command (#1322)
add uninstall command
2020-01-28 11:04:28 +11:00
Rico Sta. Cruz ffdf83a45f
Update knex.md with seed docs. (#1328)
Update knex.md with seed docs.
2020-01-28 11:04:14 +11:00
Rico Sta. Cruz 30ca1950aa
bash: fix line reading example (#1336)
bash: fix line reading example
2020-01-28 11:02:45 +11:00
Matthew Pfeiffer 0b8a65c575 bash: fix line reading example
`< file.txt | cmd` only works in zsh, not bash (as of bash 5.0.11).
2020-01-24 21:07:10 -05:00
Rico Sta. Cruz 4704baedfa
Merge pull request #1323 from erok415/patch-2
Update git-branch.md
2020-01-20 16:16:15 +11:00
Rico Sta. Cruz 85ed8e15aa
Update git-branch.md 2020-01-20 16:15:41 +11:00
Rico Sta. Cruz b81b7b73c9
Update git-branch.md 2020-01-20 16:15:24 +11:00
Rico Sta. Cruz ada2e95afb
escape characters for string (#1324)
escape characters for string
2020-01-20 16:14:26 +11:00
Rico Sta. Cruz 08773a877a
Update git-branch.md (#1329)
Update git-branch.md
2020-01-20 16:14:10 +11:00
Rico Sta. Cruz ef74b689ef
Update git-branch.md 2020-01-20 16:13:57 +11:00
Rahul fd9ccf25d5
Update git-branch.md
To delete a branch already pushed and merged with remote, use `git branch -d $branchname`
2020-01-17 12:51:18 +05:30
Vicente Canales 63bde1e309 add knex seed docs 2020-01-13 18:43:14 -03:00
Nicholas Chen e815651821
escape characters for string
referenced string documentation here: https://docs.python.org/3.9/tutorial/introduction.html
2020-01-10 19:14:13 -05:00
Erik Cochran eb2a0eabe1
Update git-branch.md 2020-01-09 18:45:50 -08:00
Nicholas Chen caa7a045a9
add uninstall command 2020-01-09 14:41:11 -05:00
Filip Vanden Eynde f2844aee9f
Update git-branch.md
to delete a remote branch, you have to add the parameter --delete

https://www.educative.io/edpresso/how-to-delete-remote-branches-in-git
2020-01-07 10:55:21 +01:00
sebrink 129d586ef6
Fixed tmux attach.
Was originally -s instead of -t, so it would not work.
2020-01-06 09:35:47 -05:00
John Ramsden 60a2de77fb
Use room and remove user from gitter room link 2020-01-05 17:29:13 -08:00
Rico Sta. Cruz bc51528f1a
Merge pull request #1315 from yrammos/patch-1
Add schema for USE command.
2020-01-04 14:13:08 +11:00
Rico Sta. Cruz b1155732aa
Merge pull request #1314 from nickycutesc/patch-9
brew search command
2020-01-04 14:12:53 +11:00
yrammos 86918eb0c1
Add schema for USE command. 2020-01-03 10:50:12 +02:00
Nicholas Chen d472f10861
brew search command
add brew search command
2020-01-01 17:46:36 -05:00
Rico Sta. Cruz 71a59adbca
Merge pull request #1213 from mhienle/top-cheatsheet
Issue #767: Add top cheatsheet
2020-01-01 10:09:29 +11:00
Rico Sta. Cruz e9ca32b14a
Update top.md 2020-01-01 10:09:22 +11:00
Rico Sta. Cruz afda4c70dc
Update top.md 2020-01-01 10:08:59 +11:00
Rico Sta. Cruz 005789bb91
Merge pull request #1185 from Richard70NL/patch-1
OSX spotlight and system utils changes
2020-01-01 10:07:17 +11:00
Rico Sta. Cruz e8acd9672d
Merge pull request #1224 from izzergh/feature/update-regexp
Add Lookahead and Lookbehind to regexp.md
2020-01-01 10:06:57 +11:00
Rico Sta. Cruz 46dd46edf1
Merge branch 'master' into feature/update-regexp 2020-01-01 10:06:49 +11:00
Rico Sta. Cruz b3a27632df
Update regexp.md 2020-01-01 10:06:17 +11:00
Rico Sta. Cruz fe34c4d738
Merge pull request #1235 from eheydrick/ec2
Add EC2 instance termination command
2020-01-01 10:05:44 +11:00
Rico Sta. Cruz 2906fc9c6e
Merge pull request #1238 from btandersen383/patch-1
Fix if regex match
2020-01-01 10:05:33 +11:00
Rico Sta. Cruz 7a8e661857
Merge pull request #1247 from thakkaryash94/patch-4
Added named volume in docker-compose.md
2020-01-01 10:03:05 +11:00
Rico Sta. Cruz aa4bca1180
Merge pull request #1243 from thakkaryash94/patch-docker
Add argument --build-args in docker
2020-01-01 10:02:55 +11:00
Rico Sta. Cruz b497f41d18
Merge pull request #1225 from Vanguard90/patch-2
Update obs. Enzyme methods 'getNode' & 'getNodes'
2020-01-01 10:00:08 +11:00
Rico Sta. Cruz fbca147904
Update enzyme.md 2020-01-01 09:59:57 +11:00
Rico Sta. Cruz 6d9358a908
Merge pull request #1065 from bastianbowe2000/patch-2
Add docker logs instructions
2020-01-01 09:58:52 +11:00
Rico Sta. Cruz 0bc396c632
Merge pull request #986 from ilhan-mstf/feature/linux-disk-size
Adds disk space and disk usage commands to linux.
2020-01-01 09:58:33 +11:00
Rico Sta. Cruz caa337d5ea
Update linux.md 2020-01-01 09:58:25 +11:00
Rico Sta. Cruz 19d2158efb
Merge pull request #1305 from bourhaouta/patch-2
Update vue.md
2020-01-01 09:55:58 +11:00
Rico Sta. Cruz c3a4bd411b
Merge pull request #1307 from NoobTW/master
Add some common tmux commands for window
2020-01-01 09:55:19 +11:00
Rico Sta. Cruz d5b83196c3
Merge pull request #1311 from SyberToto/patch-1
Fix typo of Hyphenated ranges
2020-01-01 09:55:06 +11:00
SyberToto 039979de41
Fix typo of Hyphenated ranges
Fix typo of Hyphenated ranges
2019-12-31 13:12:00 -05:00