Useful Git Commands Create a local branch based on a remote branch $ git fetch --all Fetching origin Fetching apache-github From https://github.com/apache/incubator-systemml * [new branch] branch-0.9 -> apache-github/branch-0.9 * [new branch] gh-pages -> apache-github/gh-pages
Deron Eriksson SystemML Git Notes Useful Links Luciano's Development Guidelines - https://github.com/SparkTC/development-guidelines Mike's SystemML Git Guide - https://gist.github.com/dusenberrymw/78eb31b101c1b1b236e5 Dev Mailing List - http://mail-archives.apache.org/mod_mbox/systemml-dev/ SystemML Website - http://systemml.apache.org/ SystemML on GitHub - https://github.com/apache/systemml SystemML Documentation - https://apache.github.io/systemml Scott Chacon's Pro Git - https://progit.org/