// first check the branch git branch // create a new branch [development] git branch development // checkout into new branch [development] git checkout development // pull from master git pull origin master // push into new branch [development] git push origin development
Wednesday, May 14, 2014
Git create new branch, pull from master and push into new branch
Subscribe to:
Post Comments (Atom)
Javascript find highest and lowest from the given inputs
function highAndLow(numbers){ // numbers = "4 5 29 54 4 0 -214 542 -64 1 -3 6 -6" let numbersInArr = numbers.split(' ...
-
----------HTML---------------- * Expiration - Select - Jan Feb Mar Apr May June July Aug Sep Oct Nov Dec - Select - 2011 20...
-
tantrum - an occasion when someone suddenly behaves in a very angry and unreasonable way, often screaming, crying, or refusing to obey so...
-
HTML Jquery $("#num").keypress(function (e){ var charCode = (e.which) ? e.which : e.keyCode; if (charCode > 31 ...
No comments:
Post a Comment