I am currently working with a team of several people on single repository. All is fine when we are developing on our branches and local machines. However we also have a remote machine which we use it to run the project and sometime due deadlines we just ssh into the remote machine and develop inside the repository directly.
Since every time the git credentials needed to be changed it causes a problem and if we define a common credential like server/[email protected] it cause a problem on who did the commits
Is there a way to transfer the git credentials inside remote machine repository?
2