Skip to content

Instantly share code, notes, and snippets.

@codrineugeniu
Created March 16, 2023 13:39
Show Gist options
  • Save codrineugeniu/0b745d69959e8fb0e55af670aa87bda2 to your computer and use it in GitHub Desktop.
Save codrineugeniu/0b745d69959e8fb0e55af670aa87bda2 to your computer and use it in GitHub Desktop.
The gitconfig I use
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = <name>
email = <email>
[core]
editor = vim
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
[alias]
a = add --all
b= branch
c = commit
co = checkout
f = fetch
l = log --oneline
lg = log --oneline --graph --decorate
p = pull
s = status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment