Skip to content

Instantly share code, notes, and snippets.

View aalmeida00's full-sized avatar
:shipit:
doing great stuff

Andre Almeida aalmeida00

:shipit:
doing great stuff
View GitHub Profile
@aalmeida00
aalmeida00 / gist:b87181f76785b2413d06e56dc6c499db
Last active February 28, 2024 22:07
Git aliases to use daily
  1. Git log

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"

  1. Git last branch

wip

@aalmeida00
aalmeida00 / composing-software.md
Created May 23, 2023 20:50 — forked from Geoff-Ford/composing-software.md
Eric Elliott's Composing Software Series

Eric Elliott's "Composing Software" Series

A collection of links to the excellent "Composing Software" series of medium stories by Eric Elliott.

Edit: I see that each post in the series now has index, previous and next links. However, they don't follow a linear flow through all the articles with some pointing back to previous posts effectively locking you in a loop.