It's hard. It's always hard, when you do something for the first time. Especially when you are collaborating, making mistakes isn't a comfortable thing. But open source is all about collaboration & ...
There are many different version control systems available, but one of the most widely used is Git, which is the program that will track changes of your scripts (source code) over time. And Git should ...