Seems like a pretty simple task but I've edited minicart.phtml with <span data-bind="html: getCartParam('subtotal')"></span>
and can't seem to figure out why I can't get subtotal next to the shopping cart icon and item count in the upper right hand area.
What is the file that needs to be edited?
vendor/magento/module-checkout/view/frontend/templates/cart/minicart.phtml
or it is in prepossessed ?

php bin/magento set:static-content:deployand thenphp bin/magento cache:flush. The var folder actually should not be in your repo to start with, with the exception of the .htaccess file that lives within it. Most, but not all, of pub, should be excluded too. Take a look at the .gitignore file included in your Magento install. – Shawn Abramson May 01 '18 at 21:19git rm -rf --cached var/view_preprocessed, and so on for each of the sub folders. Just leave .htaccess committed. This will remove it from tracking on git. Be sure to add the deleted files to your .gitignore file if they are not already there,. – Shawn Abramson May 01 '18 at 21:21