Posts

Showing posts from November, 2023

Gitlens- A tool everyone dreamt of

Image
                 GitLens: A Powerful Tool for Understanding Your Code History in VS Code GitLens: A Powerful Tool for Understanding Your Code History in VS Code GitLens is a popular Visual Studio Code extension that provides a variety of features for understanding and navigating your code history. It can help you to see who made each change to your code, when they made it, and why. GitLens can also help you to resolve merge conflicts and to conduct code reviews more effectively. Here are a few of the things you can do with GitLens in VS Code: View blame annotations: Blame annotations show you who made each change to a line of code and when they made it. You can view blame annotations inline or in a separate pane. Compare commits: GitLens makes it easy to compare commits side-by-side. You can see which lines were added, removed, or modified in each commit. View the Git log: GitLens provides a convenient way to view the Git log for a file or re...

Gitkraken is New Normal

                                       Gitkraken-A graphical user interface for git.  GitKraken is a graphical user interface (GUI) for the Git distributed version control system. It is a popular choice for developers of all experience levels, as it provides a user-friendly and intuitive way to interact with Git. GitKraken is available for Windows, macOS, and Linux. It is also available in a cloud-based version, which makes it easy to access your Git repositories from anywhere. GitKraken offers a wide range of features, including: Visual branching and merging: GitKraken provides a graphical view of your branches and commits, making it easy to see how your codebase has evolved over time. You can also use GitKraken to create, merge, and delete branches with just a few clicks. Conflict resolution: GitKraken makes it easy to resolve merge conflicts. It provides a visual diff tool that sh...