CLI Sort git Config As I was updating some gitflow config today, I noticed that my .gitconfig is a little messy. Like many things, it's grown organically and I've just never thought about tidying it up. It doesn't have to be organized, but neat and tidy files always
CLI Remove Consecutive Duplicate Lines With awk I needed a way remove consecutive duplicate lines while ignoring whitespace and nonconsecutive duplicates. The top awk search results don't work for this use case, so I built my own.