2016

Vipul Arora

PRINCIPLES AND PRACTICES, PROJECT MANAGEMENT

Git

Git is version control software, that keeps a track on the changes made to a file, so we can jump back to previous edition of the file.

It allows to work on parts separately and then merge them together.

We can branch i.e; parallely work on different iterations of the same project and select to keep one or merge parts from the various interactions to form a new one.

Git is distributed, every user has a separate repository, which he then merges into the main repository

 

 

GitLab

 

Git lab is a place to host and manage remote git repositories. It provides easy access and sharing of data

 

        Steps to make Git repo and host them on GitLab

 

 

 

       Git add -all

        Git commit -m "Adding test file" (this adds all the files in the folder to the Git Repository)

        git push origin master

 

 

Website Development

 

Adobe Muse offers great graphical tools for building a website. It works in perfect tandem with other Adobe softwares, making website development very agile.

 

Basic guidelines to work with Muse