Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts
25 July, 2016
23 January, 2016
Git Tutorial - Git Configurations #1
There are three levels that the Git stores the configurations. System Level, User Level and Project Level Configurations.
1. System Level Configurations:
This is the largest level of configuration this configuration will apply to the every user of the computer. These are default configurations and can be overwritten.18 January, 2016
13 January, 2016
Git Tutorial - Introduction
It is a software that keeps a track of files and directories that we make, especially the text changes and allows us to compare between the changes (versions) that we created.
GIT is referred as a version control system (VCS). The primary purpose of the VCS is to manage the source code (source code management (SCM)).
VCS's are called as source code management tools.
GIT is referred as a version control system (VCS). The primary purpose of the VCS is to manage the source code (source code management (SCM)).
VCS's are called as source code management tools.
29 December, 2015
28 December, 2015
Bootstrap Tutorial - Introduction
Bootstrap was developed by Mark Otto and Jacob Thornton on August 2011. Bootstrap is a front end framework built using HTML, CSS and JavaScript, for building for responsive web sites. It is faster and easier to use and sometimes a little tricky. It is called as a mobile first framework. It is an open source framework.