You've somehow managed to originate two insanely useful pieces of software: Linux, and Git.
Do you think there's anything in your work habits, your approach to choosing projects, etc., that have helped you achieve that level of productivity? Or is it just the traditional combination of talent, effort, and luck?
Git is like any tool, it's useful under two conditions.. 1. It's the correct tool for the job at hand... AND 2. The person holding the tool has the necessary skill to use it correctly.
In my opinion, git is a useful tool for the designed function, however, it takes a bit more skill than most tools of it's kind to use effectively.
I think we know what that means if you don't find git useful.... You either are using the wrong tool, or you don't know what you are doing...
If it's hard for a new user of Git to come to know what he is doing, then perhaps some abstraction needs to be created around Git that's easier for the average new user to understand.
There are GUI's that take most of the work out of your hand. Most people only need to pull and push anyway. We have a group that uses it for documents and whatnot, they are non-IT folk.
Productivity (Score:5, Interesting)
You've somehow managed to originate two insanely useful pieces of software: Linux, and Git.
Do you think there's anything in your work habits, your approach to choosing projects, etc., that have helped you achieve that level of productivity? Or is it just the traditional combination of talent, effort, and luck?
Re: (Score:0, Troll)
Git is actually the opposite of useful.
Re: (Score:5, Informative)
Git is actually the opposite of useful.
Git is like any tool, it's useful under two conditions.. 1. It's the correct tool for the job at hand... AND 2. The person holding the tool has the necessary skill to use it correctly.
In my opinion, git is a useful tool for the designed function, however, it takes a bit more skill than most tools of it's kind to use effectively.
I think we know what that means if you don't find git useful.... You either are using the wrong tool, or you don't know what you are doing...
Abstraction (Score:2)
If it's hard for a new user of Git to come to know what he is doing, then perhaps some abstraction needs to be created around Git that's easier for the average new user to understand.
Re:Abstraction (Score:2)
There are GUI's that take most of the work out of your hand. Most people only need to pull and push anyway. We have a group that uses it for documents and whatnot, they are non-IT folk.