git

  • 2024
  • 16. Sep 2024 git – set your commit email address in folders
  • You can use git config user.email to set a different email address from global one for each folder. Here’s a bash snippet. #!/bin/bash # Define the root directory containing all your folders RO