[credential] helper = store [push] autoSetupRemote = true [core] autocrlf = false [pull] rebase = true [alias] undo = "!u() { \ NUM="${1:-1}"; \ git reset --soft HEAD~$1; \ };u" yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"