Skip to content

helixsmartlabs/Full-stack-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to submit the project

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published