Mention some of the best graphical GIT client for LINUX?
Answer / Dhiraj Parath
Some popular graphical Git clients for Linux include: 1. GitKraken, 2. SourceTree, 3. GitHub Desktop (can be used on Linux), 4. TortoiseGit (which is primarily a Windows client but has support for Linux as well), and 5. Eclipse MyLyn.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you create a repository in Git?
What commands will you use to bring a new feature to the main branch?
How to revert previous commit in git?
What is the difference between git and github?
Explain what is commit message?
In git how do you revert a commit that has already been pushed and made public?
What is the function of ‘GIT PUSH’ in GIT?
What is GIT stash?
What is git fork? How to create tag?
How can conflict in git resolved?
What is a git commit and what does the commit object contain?
What are the advantages of using GIT?