Rajesh Hadiya
Rajesh Hadiya

@hadiya__rajesh

6 Tweets Jan 04, 2023
Read this if you're having trouble remembering git commands. 🧵
Git is a massive mammoth that contains many commands for each operation. It can be difficult to remember all of those commands, especially for beginners. Furthermore, all of these commands are divided into sub-commands, making it more difficult to work with.
For example, if I want to start a new branch, I have three options.
1. Make a new branch while remaining in the current one.
2. Make a new branch and switch over to it.
3. Create a new branch from an existing one.
These are situations - specific commands, and we need something to deal with it. I discovered one fantastic website that does exactly this.
In this video, you can see how I chose one step at a time and the site displayed the appropriate command for that specific situation.
Do you want to give it a shot? Visit
Git Command Explorer
gitexplorer.com
If you find it helpful, retweet the first tweet of this thread and follow me for insightful content on programming.

Loading suggestions...