Brad Lucas

Programming, Clojure and other interests
September 25, 2017

Push Your Feature Branch

You've created a feature branch, feature/my-latest-feature. To push it.

$ git push -u origin feature/my-latest-feature
Tags: git