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? git push ssh: //

and you will be asked to provide a password

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -