Git is the well-known version control system followed by many organizations which make multiple users work on shared code easily. It is used not only by organizations but also by individuals to tracks files in local and upload them to GitHub. We can use Git through Command Line Terminal or Git GUI clients. Not all operations are possible using the GUI, so we need to have an idea on most of the Git commands to make our work easier through the Terminal. So, instead of searching the web when required, I will let you know of a website where you can find all Git commands in one place.
Find all Git Commands
Git Explorer is a website which has all Git commands at one place. This makes it easier to find required Git commands as and when needed and avoids wasting time searching various websites. It has two dropdowns. You need to select the Git operation you want to perform in the first dropdown, and it shows respective options in the second dropdown.
How to Use Git Explorer
You need to select the operation you want to perform in the first dropdown. Let us say – you want to clone the code to the new directory. So, you will need to select clone in the first dropdown and then one of the possible options like existing repo into a new directory and existing repo into the current directory in the second dropdown.
If you want to clone the code to the new directory, then you would choose the second option in the other dropdown. Once you have done with these steps, it shows the required Git command you need to use. It also has an option to copy the command. It also shows a Note explaining what the command does and how to use that command.
Find all Git commands in one place using Git Explorer here and use it to find the required commands easily.
You can use the Light or the Dark Mode interface, by toggling the switch in the top right corner.