Assignment :
Build a personal site describing you and your final project.
Upload it to the class archive. Work through a git tutorial.
As a fresher to the field of web designing it was a hard time for me to start designing a webpage .So here are some usefull resources which helped me in creating my website.
Git is a distributed revision control system used to manage work flows between multiple people working on the same file. Every Git directory on every computer is a full-fledged repository with complete history and full version tracking abilities, independent of network access or a central server. Git enables us to work on the same repository from different machines. Git tracks all the changes in the file and helps sync them with all the users. The figure shown below will briefly explane how git works[wiki]
Since I was new to git decided to go through a git tutorial. try.github.io is a great platform to learn some basics about git and its usage.
Git uses two commands to sync files between your local repo and the server these are the 'Pull' and ' push' commands.If you want to clone an already existing git repository you can use the git clone command.