Matt Peperell
Primary interests: Linux, languages, bridge, vim. On the side: Ruby, javascript, mathematics
Improving your Git skills
Matt Peperell
@mattpep
https://slides.com/mattpep/gitting-better/
getting bitter
Estimated duration: 90 minutes
https://slides.com/mattpep/gitting-better/
$ cat ~/.gitconfig
[alias]
lg = log --graph --pretty=format:'%C(magenta)%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --date=relative
$ cat .gitignore
*.tmp$ git rebase -i HEAD^^^^By Matt Peperell
Primary interests: Linux, languages, bridge, vim. On the side: Ruby, javascript, mathematics