You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/.gitconfig

13 lines
217 B
INI

5 years ago
[include]
path = .gitconfig.local
5 years ago
[alias]
br = branch
co = checkout
ci = commit
p = push
# Show verbose output about tags, branches or remotes
tags = tag -l
branches = branch -a
remotes = remote -v