Set any fetched branch to track the remote, fetch and pull:
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all
(Here...)
Set any fetched branch to track the remote, fetch and pull:
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all
(Here...)
Let protractor conf call selenium server directly:
'use strict';
exports.config = {
framework: 'jasmine',
// seleniumAddress: 'http://localhost:4444/wd/hub',
seleniumServerJar: '../node_modules/protractor/node_modules/webdriver-manager/selenium/selenium-server-standalone-3.12.0.jar',
The Cloud:
Work Extensions to Keep:
Angular 1.x Code Snippets : alexandersage
Beautify : HookyQR
.gitignore : CodeZombie
GitLens : EricAmodio
https://<YOUR ORGANIZATION NAME>.visualstudio.com/_details/security/tokens
Create Token
Code
, then click the Clone
button in the right-hand corner. Copy the HTTPS URL.From this tutorial
API setup: New Project -> ASP.NET Web Application -> Web API
Remove some boilerplate:
App_Start/BundleConfig.cs Areas/