Skip to content

josephwele/javascriptTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

javascriptTutorial

new joiner steps to follow

  • step1: set upstream and origin git remote add url
  • step2: git checkout upstream/development(make sure you have the latest code from development so use git pull)
  • step3: git checkout -b my_branch_name
  • step4: make changes on my_branch_name
  • step5: git add my_file_name
  • step6: git commit -m "my message"
  • step7: git push -u upstream Head
  • step8: go to github and click compare and pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •