Skip to content

apurva1112/facial-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

facial-recognition

Upload your facial recognition code here.

Create a sepatate branch for each three of you and you all will upload files in your own branches and create a pull request.

Basic git tools -

  1. Cloning a repo git clone url

  2. checking status git status

  3. Listing branches git branch

  4. creating a new branch git branch branch_name

  5. switching to another branch git checkout branchname

  6. Adding files git add filename

  7. Commit git commit -m "commit-message"

  8. push changes git push

  9. pull from repo git pull

About

Upload your facial recognition code here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published