Creating a Happy Git Environment on OS X
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
rsync (Everyone seems to like -z, but it is much slower for me)