Skip to content

New Features

MaKaNu edited this page Oct 7, 2022 · 1 revision

New Features

.gitconfig

Since the file could include sensible information I don't want to provide the complete file. I work at a solution for this. Until than I provide the snippets I use here for manual import

Aliases

Prints out the log in graph mode with human readable information:

[alias]
        logline = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
Clone this wiki locally