Skip to content

ByTusharGarg/Full-stack-developer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Instructions to submit the project

  1. Clone this repository as below:
    git clone https://github.com/helixsmartlabs/Full-stack-developer
  2. Create a new branch with your name for example Tushar_Garg
    git checkout -b [branchname]
    For example: git checkout -b Tushar_Garg
  3. Create a new folder inside repository with your name, inside that project
  4. Save changes to your project using below commands:
    git add .
    git commit -m "Message"
  5. After completion of project, push your work to repository using following commands:
    git remote add origin https://github.com/helixsmartlabs/Full-stack-developer
    git push -u origin [branchname]
    For example: git push -u origin Tushar_Garg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published