DEV Community

Cover image for Useful GitHub tricks and tips - 1
ishrat
ishrat

Posted on • Edited on

2

Useful GitHub tricks and tips - 1

Github tricks and tips:

  • Hello, everyone. I recently stumbled upon an interesting GitHub trick that I thought would be worth sharing. To try it out, navigate to any of your repositories on GitHub. For instance, I'm currently on my travel guide landing page repository.

repo
Now, here comes the trick: simply press the full stop key on your keyboard. Surprisingly, this action opens an editor with the repository. As you can observe in the screenshot,

trick 1
this provides a convenient way to access and edit your repository directly. I found this feature to be quite handy, and I hope you find it useful as well. Feel free to give it a try on your own GitHub repositories.
Check out this GitHub shortcut

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay