brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
function getStuff() { | |
var result; | |
jQuery.get("amazing/long/method"), function(response) { | |
result = response; | |
} | |
return result; | |
} | |
var stuff = getStuff(); | |
console.log("This is THE stuff - "+ stuff); |
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"