Skip to content

anilantony/Main-Project-Daily-Reports-S7-CSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main Project Daily/Monthly Reports S7 CSA

New repository to add daily/weekly/monthly reports of main project

How to update your Individual/Team Report ?

1. Fork the repository:

Create a fork of this repository.

Fork the repo

2.Clone your fork locally/Work on the web:

Using the command line:

Copy the repo URL:

Copy the repo URL

Clone it with the git command:

git clone code.git

You are free to work on it from the web interface , without cloning it locally.

3. Make your changes:

Now edit some files. Change your appropriate readme.md files etc

4. Add your new changes:

(Skip this step if you are making the changes on the web.)

Add the changed files with the git command:

git add .

5. Create a commit:

Commit the added files to your branch:

git commit -m 'Your commit description'

(Skip this step and add commit message directly and commit changes , if you are making changes on the web.)

6. Push changes to your fork:

Push the new commits on your branch to your fork:

(Skip this step if you are making the changes on the web.)

git push 

7. Enter pull requests:

Now go to your fork on GitHub or to the original repo Pull Requests:

Pull requests

8. New pull request:

Create a new pull request:

New pull request

You will go a "Comparing changes" page.

9. Create pull request:

Create pull request

Click "Create pull request", add a title, description and you're done!

Readme.md's usually support only markdown's


for help with creating markdowns refer :