Usefull list of commands for git:
- git log master..development - show what commits are in development but not in master
Usefull list of commands for git:
A list of useful VS Code keyboard shortcuts that are usefull but I keep forgetting them:
⚠ This post is fairly old. I don't keep it up to date. Be sure to see comments where some people have posted updates
What this will cover
www.website.com to website.comindex.html)To colaborate on a gist:
git remote add-url cindy https://gist.github.com/cindy/df03bdacaef75a80f310git fetch cindy/mastergit merge cindy/mastergit push origin/master| { | |
| "name": "my-app", | |
| "version": "1.0.0", | |
| "description": "My test app", | |
| "main": "src/js/index.js", | |
| "scripts": { | |
| "jshint:dist": "jshint src/js/*.js", | |
| "jshint": "npm run jshint:dist", | |
| "jscs": "jscs src/*.js", | |
| "browserify": "browserify -s Validating -o ./dist/js/build.js ./lib/index.js", |
| { | |
| "cmd": ["/AutoHotkey/App/AutoHotkey.exe", "/ErrorStdOut", "$file"], | |
| "file_regex": "^[ ]*File \"(...*?)\",\nline ([0-9]*)", | |
| "selector": "source.ahk", | |
| "working_dir": "$file_path" | |
| } |