Why I love GitLens in my VsCode - Interactive Rebase
Interactive rebase
Feb 28, 20234 min read29K

Search for a command to run...
Articles tagged with #vscode-extensions
Interactive rebase

When you work with git, you want to get info about commits and who changed the codebase quickly. With GitLens, you can get much info about your current file without losing focus on it. First, at the top of your file, you can get info about the last c...

In my daily routine, I work with git, and I suppose it's the same for you.I know all the standard commands to work with it in my terminal, and I love them.I think every developer must know git and its commands, and work with it by the command line. I...

VsCode Extensions
