tools

Materials for git

See my dotfiles for configuration tips.

General git

Git over email

Workflows / governence

Tools for git

Notes

  • The functionality of checkout has been split into switch and restore in more recent versions, it’s better to use those.

Materials for linux and terminals

See my dotfiles for configuration tips.

tutorials and resources

tools

  • tmux (split terminal, keep alive remote ssh session)
  • fzf (fuzzy finder for everything)
  • ugrep (much faster grep)
  • fd (better find)
  • bat (better cat)
  • terminal editors (know how to change a word or two in a file):
    • vim or neovim (harder, but better long term):
    • nano (easier)