One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
| Command | Description |
|---|---|
| Setup | |
git config --global user.name [Your Name] |
set your username |
git config --global user.email [[email protected]] |
set your email |
git config --global core.editor "pico" |
config editor |
git config -l |
Check git configuration |
| Init | |
git clone [url] |
List all new or modified files |