Some on Git
Why use Source Control Systems?
what is this?
A tool that helps to keep the different versions of the files and allow multiple users to work on a same code with minimum amount of collisions.
why use?
It helps to keep the developing process simple and all the files are hosted.
Some basic terminology
git - the shell command to work with git
repo - repository, where the code for a given project is kept
commit - verb, means the push the code to the server ,
in Git Commit = (commit + push)
diff - the difference between the two versions of a file
cat - it shows the content in the file
what is this?
A tool that helps to keep the different versions of the files and allow multiple users to work on a same code with minimum amount of collisions.
why use?
It helps to keep the developing process simple and all the files are hosted.
Some basic terminology
git - the shell command to work with git
repo - repository, where the code for a given project is kept
commit - verb, means the push the code to the server ,
in Git Commit = (commit + push)
diff - the difference between the two versions of a file
cat - it shows the content in the file
Comments
Post a Comment