Skip to content

Instantly share code, notes, and snippets.

View nczempin's full-sized avatar

Nicolai Czempin nczempin

View GitHub Profile
@nczempin
nczempin / gist:d5767f1dab0b4d574c18101e6037d36d
Last active February 12, 2024 23:39 — forked from johanmeiring/gist:3002458
"git lg" alias for pretty git log
# From http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
# from https://opensource.com/article/20/11/git-aliases
git config --global alias.st 'status -sb'
<html>
<head>
<meta name="viewport" content="width=670">
<style>
body.battlescribe {
margin: 0px;
padding: 0px;
border-width: 0px;
}