Skip to content

Instantly share code, notes, and snippets.

@andre2l2
Created November 24, 2022 00:40
Show Gist options
  • Save andre2l2/982f451228ac32033758de902470b03b to your computer and use it in GitHub Desktop.
Save andre2l2/982f451228ac32033758de902470b03b to your computer and use it in GitHub Desktop.

My git config global example

To oppen this file white bellow command

git config --global -e
[user]
      name = <your_name_here>
      email = <your_name_here>
[core]
      editor = vim
[alias]
      p = pull --rebase
      rba = rebase --abort
      rbc = rebase --continue
[credential]
      helper = store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment