Answer the question
In order to leave comments, you need to log in
.gitconfig not working correctly?
[alias]
co = checkout
ci = commit
st = status
br = branch
coo = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
Answer the question
In order to leave comments, you need to log in
What file? To which directory?
gitconfig can be in three places:
/etc/gitconfig
~/.gitconfig
/path/to/project/dir/.git/config
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question