We've had some discussion about how to push changes from `
research.bugmark.net`.
The challenge is that we're using a shared account - `
dep...@research.bugmark.net` - and we'd like to push changes using our GitHub identity.
There are two approaches that we can take.
1) is to setup separate accounts on the server
2) is to keep using the shared account, and enable people to push with their own GitHub identity
Here is a howto:
https://stackoverflow.com/questions/26590232/git-push-multiple-accountsTo make this work, we'd probably add a bash alias like "git_identity georg", "git_identity malvika" to set identity before pushing.
I think 2) would be better, to eliminate the overhead of separate accounts and server instances.
But maybe not.
@Georg and @Malvika - WDYT?