How to check if the folder is Git repo and in sync?
Madza
Posted on November 9, 2020
Opening a separate folder and running git remote -v
and git status
every time just to see the status between local and remote repositories might be repetitive and ultimately time-consuming.
I remember Google Drive had a way to mark the folders by the green tick mark, that way the user automatically knew if the folder is backed-up in Google Drive and in sync.
Could you recommend similar solutions for GitHub projects, so the user can get the overview in the root (without opening the projects) and without running commands in the terminal?
💖 💪 🙅 🚩
Madza
Posted on November 9, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.