Add your name and email to Git's config settings.
     
    
    Usage
    proj_setup_git_config(name, email)
 
     
    
    Arguments
- name
 
Your full name, for instance "Luke W. Johnston".
 
- email
 
Your most commonly used email.
 
 
    
    Value
    Tibble with changed config settings. Also has side effect of
modifying the user.name and user.email settings in Git.