Git

GIT

CREATE A NEW BRANCH WITH THE CHANGES IN MASTER

  1. Create a new remote branch in the TFS.
  2. Open a command prompt
  3. Follow these steps
git stash
git checkout other-branch
git stash pop

CURL TO GET DOWNLOADS

curl -s https://api.github.com/repos/victorsolaya/Multiselect_Records_PCF/releases | egrep ‘“name”|“download_count”’


Join the newsletter