git update-index wants the file names on it's command line.
cd into the folder you want to assume is unchanged,
You can do either this:
| [core] | |
| ignorecase = false |
| > @ test /Users/will/work/gitlab.-inc.com/new-live/pages/live | |
| > npm run unit | |
| > @ unit /Users/will/work/gitlab.-inc.com/new-live/pages/live | |
| > ../../node_modules/.bin/cross-env BABEL_ENV=test ../../node_modules/.bin/karma start test/unit/karma.conf.js --single-run | |
| 19 05 2017 12:16:32.319:INFO [karma]: Karma v1.7.0 server started at http://0.0.0.0:9876/ | |
| 19 05 2017 12:16:32.323:INFO [launcher]: Launching browser PhantomJS with unlimited concurrency | |
| 19 05 2017 12:16:32.336:INFO [launcher]: Starting browser PhantomJS |
| # see all groups | |
| dscl . list /groups | |
| # see 'admin' group's members | |
| dscacheutil -q group -a name admin |
| sass_binary_site = https://npm.taobao.org/mirrors/node-sass/ | |
| phantomjs_cdnurl = https://npm.taobao.org/mirrors/phantomjs/ | |
| electron_mirror = https://npm.taobao.org/mirrors/electron/ | |
| registry = https://registry.npm.taobao.org |
| W0F1dG9Qcm94eSAwLjIuOV0KISBDaGVja3N1bTogY3o2d2w4bVZyRGNYNkZUNW0w | |
| TVdNdwohIEV4cGlyZXM6IDZoCiEgVGl0bGU6IEdGV0xpc3Q0TEwKISBHRldMaXN0 | |
| IHdpdGggRVZFUllUSElORyBpbmNsdWRlZAohIExhc3QgTW9kaWZpZWQ6IFRodSwg | |
| MTMgQXByIDIwMTcgMjM6NDk6MzYgLTA0MDAKIQohIEhvbWVQYWdlOiBodHRwczov | |
| L2dpdGh1Yi5jb20vZ2Z3bGlzdC9nZndsaXN0CiEgTGljZW5zZTogaHR0cHM6Ly9y | |
| YXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2dmd2xpc3QvZ2Z3bGlzdC9tYXN0ZXIv | |
| Q09QWUlORy50eHQKIQohIEdGV0xpc3QgaXMgdW5saWtlbHkgdG8gZnVsbHkgY29t | |
| cHJpc2UgdGhlIHJlYWwKISBydWxlcyBiZWluZyBkZXBsb3llZCBpbnNpZGUgR0ZX | |
| IHN5c3RlbS4gV2UgdHJ5CiEgb3VyIGJlc3QgdG8ga2VlcCB0aGUgbGlzdCB1cCB0 | |
| byBkYXRlLiBQbGVhc2UKISBjb250YWN0IHVzIHJlZ2FyZGluZyBVUkwgc3VibWlz |
| ! Put user rules line by line in this file. | |
| ! See https://adblockplus.org/en/filter-cheatsheet | |
| ||gist.github.com^ | |
| ||github.io^ | |
| ||githubusercontent.com^ | |
| ||s3.amazonaws.com^ | |
| ||postmates.com^ | |
| ||imgur.com^ | |
| ||quora.com^ | |
| ||quoracdn.net^ |
| defaults write com.apple.finder AppleShowAllFiles -bool true | |
| killall Finder | |
| # then restart finder |
| # You can try netstat | |
| netstat -vanp tcp | grep 3000 | |
| # For OSX El Capitan and newer (or if your netstat doesn't support -p), use lsof | |
| lsof -i tcp:3000 |
| execute pathogen#infect() | |
| syntax enable | |
| set background=dark | |
| colorscheme solarized | |
| filetype plugin on | |
| filetype indent on | |
| set nu |