Skip to content

Instantly share code, notes, and snippets.

@jhonsfran
Created April 2, 2025 11:08
Show Gist options
  • Select an option

  • Save jhonsfran/176ac6b55ecf4ae85cbcc999de837481 to your computer and use it in GitHub Desktop.

Select an option

Save jhonsfran/176ac6b55ecf4ae85cbcc999de837481 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
email = jhonsfran@gmail.com
name = Sebastian Franco
[push]
autoSetupRemote = true
[core]
pager = delta
[alias]
cmp = "!f() { git add -A && git commit -m \"$@\" && git push; }; f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment