Skip to content
Snippets Groups Projects

Gitconfig file

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Jeremy Saucourt

    Change the email address and the commit and activity user name.

    Copy this into ~\.

    Edited
    .gitconfig 264 B
    	[filter "lfs"]
    		clean = git-lfs clean -- %f
    		smudge = git-lfs smudge -- %f
    		process = git-lfs filter-process
    		required = true
    	[user]
    		name = commit_author
    		email = your.email@domain.ext
    	[core]
    		autocrlf = input
    	[credential]
    		username = activity_author
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment