Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 28, 2021 03:16 pm GMT

Enhance your GITHUB experience by using Chrome extensions

Alt Text

As a developer, we use GitHub every day and it is already a great tool, but what if we can make it even better with some chrome extensions!

1. Octotree

It enhances GitHub code review and exploration with features like:
IDE-like code tree

  1. Folder and file search
  2. Issues and Pull Request bookmarking
  3. Support for private repositories

I like this extension very much! It lets you explore the files and folders of a repository with a tree like structure.

2.Refined GitHub

It simplifies the GitHub interface and adds useful features too, for instance:

  1. Adds reaction avatars showing who reacted to a comment
  2. Adds one-click merge conflict fixers
  3. Adds a button to revert all the changes to a file in a PR

3. Do-not-merge-WIP

Disables "Merge pull request" button while ANY of the following is true:

  1. Title contains "[wip]" (case insensitive)
  2. Any tasks remain incomplete
  3. Any commit messages remain prefixed with "squash!" or "fixup!"

GET SOME MORE EXTENSTION


Original Link: https://dev.to/peterthoums/enhance-your-github-experience-by-using-chrome-extensions-5h5c

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To