How can I run the following command in one command line?
prompt> git pull user password
We are using a shared machine in which each user can log in and build his branch. Since it is a shared machine, we do not want to store my credentials in the global configuration. Currently git pull expects user and password in new lines and I hope we can do it in one command line.