Changes

Jump to navigation Jump to search
m
Line 33: Line 33:  
  Git is a distributed version-control system for tracking changes in source code during software development.
 
  Git is a distributed version-control system for tracking changes in source code during software development.
   −
It accesses where teams & oneself keep stuff when developing code. It’s also where one can easily grab the project at various points in it’s history, which is very helpful. I’ve known people who keep audio collections under git. It does its job very well but it has a certain surrounding mythology for the infrequent user.
+
It accesses where teams & oneself keep stuff when developing code. It’s also where one can easily grab the project at various points in its history, which is very helpful. I’ve known people who keep audio collections under git. It does its job very well but it has a certain surrounding mythology for the infrequent user.
    
One needs a suite of programms loaded on your machine to access the git repository and these are run by either the command line using the word git and a list of parameters, or a GUI, perhaps for instance, built into an Interactive Development Environment (An iDE).
 
One needs a suite of programms loaded on your machine to access the git repository and these are run by either the command line using the word git and a list of parameters, or a GUI, perhaps for instance, built into an Interactive Development Environment (An iDE).
60

edits

Navigation menu