dotfiles

.git-alias

  • Install

    Download the file .gitalias.txt:

    • Save this file as a dot file in your home directory: ~/.gitalias.txt

    • Edit your git config dot file in your home directory such as ~/.gitconfig

    • Include the path to this file.

    Example file ~/.gitconfg with an entry to include the file ~/.gitalias.txt:

    [include]
      path = .gitalias.txt
    
  • cheatsheet

tmux for Windows