Is it possible to prompt for a password when running:
git push -u origin master
but not when running:
git pull origin master
? I would like my developers to be able to keep the dev sites up to date without allowing them to push changes to the origin.
Thanks.