by Suvrat Joshi | May 23, 2023 | Git
GitHub, which is widespread, used code hosting platform which is used by millions of developers around the world, while some strongly disagree with this statement. Below are some of the reasons why people might think GitHub sucks: Skill acquisition One of the...
by Suvrat Joshi | Apr 26, 2023 | Git
Overwriting a branch could be dangerous if you have other changes on that branch that you want to keep. So always make sure you have a backup of your work before proceeding. There are various approaches using which we can overwrite a branch and depending upon the...
by Suvrat Joshi | Apr 26, 2023 | Git
GitKraken is a user-friendly Git client with a graphical user interface (GUI) that simplifies the management of Git repositories on Windows, Mac, and Linux. It offers a variety of tools for managing Git repositories, such as a graphical representation of the...
by Suvrat Joshi | Apr 8, 2023 | Git
Gitea and GitLab are both popular Git hosting solutions that offer similar features for managing code repositories. While GitLab is a more established platform with a wider range of features, Gitea has gained popularity among developers looking for a lightweight,...
by Sarker | Jan 21, 2023 | Git
Introduction Homebrew is a popular package manager for UNIX-based operating systems like MacOS and Linux. Homebrew users find the most use out of it from a MacOS device, as by default, MacOS does not have a terminal-based package manager in and of itself....