Mention some of the best graphical GIT client for LINUX? Some of the best GIT client for LINUX is a) Git Cola b) Git-g c) Smart git d) Giggle e) Git GUI f) qGit 29) What is Subgit? Why to use Subgit? ‘Subgit’ is a tool for a smooth, stress-free SVN to Git migration. Subgit is a solution for a company -wide migration from SVN to Git that is: a) It is much better than git-svn b) No requirement to change the infrastructure that is already placed c) Allows to use all git and all sub-version features d) Provides genuine stress –free migration experience. 30) What is the function of ‘git diff’ in git? ‘Git diff’ shows the changes between commits, commit and working tree etc. 31) What is ‘git status’ is used for? As ‘Git Status’ shows you the difference between the working directory and the index, it is helpful in understanding a git more comprehensively. 32) What is the difference between the ‘git diff ’and ‘git status’? ‘Git diff’ is similar to ‘git statuses, but it shows the differences between various commits and also between the working directory and index. 33) What is the function of ‘git checkout’ in git? A ‘git checkout’ command is used to update directories or specific files in your working tree with those from another branch without merging it in the whole branch. 34) What is the function of ‘git rm’? To remove the file from the staging area and also off your disk ‘git rm’ is used.

 Mention some of the best graphical GIT client for LINUX?
 Some of the best GIT client for LINUX is
 a) Git Cola
 b) Git-g
 c) Smart git
d) Giggle
 e) Git GUI
 f) qGit
29) What is Subgit? Why to use Subgit?
 ‘Subgit’ is a tool for a smooth, stress-free SVN to Git migration. Subgit is a solution
for a company -wide migration from SVN to Git that is:
 a) It is much better than git-svn
 b) No requirement to change the infrastructure that is already placed
 c) Allows to use all git and all sub-version features
 d) Provides genuine stress –free migration experience.
30) What is the function of ‘git diff’ in git?
 ‘Git diff’ shows the changes between commits, commit and working tree etc.
31) What is ‘git status’ is used for?
 As ‘Git Status’ shows you the difference between the working directory and the
index, it is helpful in understanding a git more comprehensively.
32) What is the difference between the ‘git diff ’and ‘git status’?
 ‘Git diff’ is similar to ‘git statuses, but it shows the differences between various
commits and also between the working directory and index.
33) What is the function of ‘git checkout’ in git?
 A ‘git checkout’ command is used to update directories or specific files in your
working tree with those from another branch without merging it in the whole branch.
34) What is the function of ‘git rm’?
 To remove the file from the staging area and also off your disk ‘git rm’ is used.


Comments