How to change git ssh user for a remote push temporarily? -
Is it possible for the SIS user to temporarily replace "GIT push remote master" without .git / config or " Git remote ", or using the entire remote URL? [Root @ host gitrepo] # git pushusotheruser @ remote master # This does not work, but it would be great [root @ host gitrepo] # USER = Other user GIT Remote Master # still asks for password password
Have you tried to use the entire remote URL? and you will be asked to provide a password git push ssh: //
Comments
Post a Comment