Hello world,
how do I best organize myself when I need to use my GitLab repositories on GitLab from 2 different workstations (one desktop at home, one notebook on travelling) but my one single account?
Connect the workstations to my single account with two different SSH keys(“Add new key”)?
So from the account perspective it would be one GitLab account, with two different via SSH keys identified workstations, from the technical perspective two workstations with separate local repos connected to the same remote repo at GitLab, and logically like two different developers who need to pull/push/merge: is that correct??
Thanks for advice