Posts

Showing posts from July, 2017

GIT HUB

Image
GIT : Its  a tool that software developers use all over the world, its not just used by the multinational companies but also used by the startups and some small companies. GIT is a version control system , (VCS)  where VCS is a group of files with monitored access. lets take an example, If your a graphic or a web designer and want to keep all the version of an image or layout we can use VCS this allows us to: Retrieve the  file back to the previous state  Retrieve the entire project back to the previous state Compare changes over time To see who modified something Who introduced an issue and when The most important thing is that if you screw things up or lose the files, you can easily recover. VCS will let us to view our project history that how the project looked yesterday, a week ago ... WHY GIT? Git is VCS developed by    Linus Torvalds( Father of linux os ), GIT is used to manage the project easily and  effectively GitHub is...