Skip to content

neymarsabin/finalYearProjectDocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Year Project Documentation

Introduction

This repo is the collection of all documentations of the final year project by (Team Envianto).

Team Members

  • Sabin Nepal
  • Aruna Shrestha
  • Rajan Bhattarai
  • Achyut Dahal

Collaboration

First of all clone the repository into your local computer:

	git clone <ssh/https/url>

To make changes to the docs:

	You can use EMACS or libreoffice or MSoffice to make the docs.Platform independent:

Now, Create A New Branch:

	git checkout -b my_branch 

Do your changes in the .org file or .docx file as per your wish…and

	git add <your changes> 
	git commit -m "some commit message "
	git push origin <your branch name> 

And I will review the changes and merge them to the master branch.

	Please donot directly make changes to the master branch.

Releases

No releases published

Packages

No packages published