# GOTO Your Home directory
cd /home/diego/.gradle
touch init.gradle
vim init.gradle
allprojects {
apply plugin: 'eclipse'
apply plugin: 'idea'
# GOTO Your Home directory
cd /home/diego/.gradle
touch init.gradle
vim init.gradle
allprojects {
apply plugin: 'eclipse'
apply plugin: 'idea'
tutorial Link: http://aws.amazon.com/articles/5472675506466066
Oregon
CIDR 10.0.0.0/16
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition:
$ git remote -v
$ git remote add upstream $HTTPS_URL_GIT_MASTER
$ git remote -v
$ git fetch upstream
$ git checkout master
$ git merge upstream/master