Commit Graph

1848 Commits

Author SHA1 Message Date
Rico Sta. Cruz d5683a9ddf
Update bash.md 2020-06-14 23:54:47 +10:00
zhumengu ef9f00aa5c parent directory example 2020-03-14 15:08:20 +08:00
Rico Sta. Cruz b5cd93a09f
Merge pull request #1163 from ZhdanovMV/patch-1
Update phoenix-migrations.md
2020-02-13 22:02:14 +11:00
Rico Sta. Cruz 2b6aeb322c
Merge pull request #1164 from A1RO/A1RO-patch-1
Swap "Previous/next end of word" shortcuts in vim.md
2020-02-13 22:01:56 +11:00
Rico Sta. Cruz 925abb960b
Merge pull request #1256 from glazec/patch-1
fix docker bug when building development environment
2020-02-13 22:01:36 +11:00
Rico Sta. Cruz 9490cf3adf
Merge pull request #1319 from filipve1994/patch-1
Update git-branch.md
2020-02-13 21:52:45 +11:00
Rico Sta. Cruz d65e607ae2
Merge pull request #1318 from sebrink/master
Fixed tmux attach.
2020-02-13 21:52:29 +11:00
Rico Sta. Cruz 2b20b8549a
Merge pull request #1339 from r3s/patch-2
Update go.md
2020-02-13 21:52:15 +11:00
Rico Sta. Cruz ebe8a85148
Merge pull request #1340 from Gennnji/patch-1
Update rollup.md
2020-02-13 21:50:28 +11:00
Rico Sta. Cruz 5342ff47df
Merge pull request #1349 from Ethereum77/patch-2
Update emmet.md
2020-02-13 21:50:07 +11:00
Rico Sta. Cruz 0db542841d
Merge pull request #1356 from JapMul/patch-1
Update moment.md
2020-02-13 21:49:47 +11:00
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
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