Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 4
    "Is there a way to configure email and name independently for each user, eg. through ssh keys passed by forwarding agent?" -- that hardly reads workflow to me Commented Jan 29, 2016 at 18:25
  • 3
    As for now we code on the local machines, commit, push, pull remotely and test. It works, but is time consuming and annoying. So why can't you test locally? Commented Jan 29, 2016 at 18:46
  • Well, I guess it is a subject of opinion, but nevertheless, it does not fit any other option from your link. @tkausi sometimes we can, but most of the time it involves plenty of hardware that is server side Commented Jan 29, 2016 at 18:47
  • 4
    Have you tried scripting this step: commit, push, pull remotely and test ? Commented Jan 29, 2016 at 19:11
  • 4
    Have you tried: give each user their own user account on the remote machine, remove the committer name/email from the repository's .git/config, and configure it for each user account instead? (git config --global) Commented Jan 21, 2020 at 11:05