Tags, Remotes, and File Watching
Tags
You can now view tags in the tags tab of the middle panel:

You can create new tags, delete tags, and push individual tags. Currently only lightweight tags are supported, with support for annotated tags coming soon.
Remotes
In the same panel we also display remotes

hitting 'enter' on a remote will take you to the remote's branches

File Watching
Any files that show up in your `git status` will be watched for changes. This makes lazygit update faster whenever you change a file in your editor (however newly made files will still take a couple seconds to show up). For now I don't want to watch your whole repo in case you have a heap of files and it drains your CPU resources (but this may change in the future if it turns out not to be a big deal)