Loading...

Agile Model

Agile model developed software in small iterations instead of developing entire software at once. Entire products feature list is divided into multiple list of features.  For example, if there are [ … ]

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