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 |
What is git fork?
In git how do you revert a commit that has already been pushed and made public?
How can you use git bisect to determine the source of a (regression) bug?
What is ‘bare repository’ in GIT?
What is the use of ‘git log’?
What is the function of ‘git checkout’ in git?
To delete a branch what is the command that is used?
Describe the branching strategies you have used.
What are the benefits of using version control system?
Mention some of the best graphical GIT client for LINUX?
what is git fork? What is difference between fork and branch? How to create tag?
Explain git stash, pop?