To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
- Homebrew
- Mountain Lion
| {"lastUpload":"2019-07-27T19:36:28.740Z","extensionVersion":"v3.4.1"} |
To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
| "postcssSorting.config": { | |
| "order": [ | |
| "custom-properties", | |
| "dollar-variables", | |
| "at-rules", | |
| "declarations", | |
| { | |
| "type": "at-rule", | |
| "name": "media" | |
| }, |
rebase vs merge).rebase vs merge)reset vs checkout vs revert)git rev-parse)pull vs fetch)stash vs branch)reset vs checkout vs revert)| <?xml version="1.0"?> | |
| <ruleset name="Laravel Standards"> | |
| <!-- | |
| The name attribute of the ruleset tag is displayed | |
| when running PHP_CodeSniffer with the -v command line | |
| argument. The description tag below is not displayed anywhere | |
| except in this file, so it can contain information for | |
| developers who may change this file in the future. | |
| --> |
| (* | |
| Open Terminal Here | |
| Written by Brian Schlining | |
| source: http://hohonuuli.blogspot.hr/2016/02/iterm2-version-3-open-iterm-here-script.html | |
| *) | |
| property debug : false | |
| -- when the toolbar script icon is clicked | |
| -- |
| { | |
| "properties-order": [ | |
| { | |
| "emptyLineBefore": true, | |
| "properties": [ | |
| "font", | |
| "font-family", | |
| "font-size", | |
| "font-weight", | |
| "font-style", |
First we'll update your local master branch. Go to your local project and check out the branch you want to merge into (your local master branch)
$ git checkout masterFetch the remote, bringing the branches and their commits from the remote repository.
You can use the -p, --prune option to delete any remote-tracking references that no longer exist in the remote. Commits to master will be stored in a local branch, remotes/origin/master.
| import { Modal } from 'react-bootstrap' | |
| import ModalDialog from 'react-bootstrap/lib/ModalDialog' | |
| class DraggableModalDialog extends React.Component { | |
| render() { | |
| return <Draggable handle=".modal-title"><ModalDialog {...this.props} /></Draggable> | |
| } | |
| } | |
| // enforceForce=false causes recursion exception otherwise.... |
| // Documentation: https://github.com/beautify-web/js-beautify | |
| // Example URL: https://github.com/victorporof/Sublime-HTMLPrettify/blob/master/.jsbeautifyrc | |
| // Based on Airbnb's JavaScript Style Guide, URL: https://github.com/airbnb/javascript | |
| { | |
| // Collapse curly brackets | |
| "brace_style": "collapse", | |
| // Break chained method calls across subsequent lines | |
| "break_chained_methods": true, |