Loading...

Category: Devops

Waterfall Model

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: [ … ]

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 [ … ]