RECALL THE MOST IMPORTANT of Java, GWT, JavaScript, D3, AngularJS etc
Tuesday, December 22, 2015
GIT - swap origin from master to develop branch
Easy steps to swap local branches from master to develop, do it from working directory: git fetch && git checkout develop git remote set-head origin develop
No comments:
Post a Comment