HN user

metabeard

46 karma

[ my public key: https://keybase.io/davidneudorfer; my proof: https://keybase.io/davidneudorfer/sigs/GpIziYhs65NSZisFSJZmH5gk53B2qOMJXsaNNjJpkNo ]

Posts0
Comments27
View on HN
No posts found.

I prefer to split work and personal repos into ~/dev for work and ~/src for personal.

  # file ~/.gitconfig
  [includeIf "gitdir:~/src/"]
  path = /Users/metabeard/.config/git/.gitconfig-personal
  [includeIf "gitdir:~/dev/"]
  path = /Users/metabeard/.config/git/.gitconfig-work
and
  # file .config/git/.gitconfig-personal and .config/git/.gitconfig-work
  # both are very similar with different email and signingkey
  [user]
    name = Meta Beard
    email = email@metabeard.me
    signingkey = ssh-rsa xxx==

  [gpg]
    format = ssh

  [gpg "ssh"]
    program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"

  [commit]
    gpgsign = true

Thats awesome to hear. If possible can you share additional details about your successful remote policy? Our team is currently working on this as well. We have lots of ideas but it's always good to hear what has worked.

I created an account for the first time to ask the same question. Please share. This sounds wonderful. PS I also have only lived in LA and NYC.