brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| ## | |
| # The MIT License (MIT) | |
| # | |
| # Copyright (c) 2014 Ryan Morrissey | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is |
| /* | |
| Infinite List View | |
| creates <ul> with triggers for infinite scrolling | |
| @author Kevin Jantzer, Blacktone Audio Inc. | |
| @since 2012-11-06 | |
| USE - listen for: |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Simple Stack</title> | |
| <script src="http://d3js.org/d3.v2.js"></script> | |
| <style> | |
| svg { | |
| border: solid 1px #ccc; | |
| font: 10px sans-serif; | |
| shape-rendering: crispEdges; |
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"