Skip to content

TMet-Aerial-Vehicles/Computer-Vision-Drone-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

ComputerVision

General Computer Vision general Repo

Contributing

After cloning the repo, you'll be in the main branch

Create a new branch for your task and switch to it

git checkout -b <branch-name>

Now implement your tasks and insert code

Once finished, you will push it to your branch

Use git status to see which files you have changed

Track your changes using

git add <file-name>

Commit your changes to the repo, after adding all files

git commit -m "Descriptive message about your changes"

Push changes to repo and set upstream

git push -u origin <branch-name>

Now go to our repository in GitHub and your branch, create a Pull Request

Assign the Reviewer to ... or ...

Add the Assignee as yourself

About

General Computer Vision general Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages