Waterfall model is traditional model and it is not so suitable in this fast moving world. In waterfall model, the following phases are followed in order: System and software requirements: [ … ]
Category: Devops
GIT
Brief description about GIT 1) git config –global user.name Ameer 2) git config –global user.email Ameer@webnoid.com 3) git config –global core.editor vim 4) git config –global alias.st status (or) git [ … ]
Types of Version Controls
cvs (concurrent versions system): SVN (subversion) GIT Mercurial Bazaar