brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
| [].forEach.call( document.querySelectorAll(sel), function(el) { | |
| }); | |
| NodeList.prototype.forEach = Array.prototype.forEach; | |
| NodeList.prototype.forEach = HTMLCollection.prototype.forEach = Array.prototype.forEach; | |
| NodeList.prototype.forEach = HTMLCollection.prototype.forEach = Array.prototype.forEach; | |
| NodeList.prototype.map = HTMLCollection.prototype.map = Array.prototype.map; | |
| NodeList.prototype.filter = HTMLCollection.prototype.filter = Array.prototype.filter; |
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
| Drop in replace functions for setTimeout() & setInterval() that | |
| make use of requestAnimationFrame() for performance where available | |
| http://www.joelambert.co.uk | |
| Copyright 2011, Joe Lambert. | |
| Free to use under the MIT license. | |
| http://www.opensource.org/licenses/mit-license.php |