Skip to content

cooleo/reactjs-tutorial

Repository files navigation

reactjs-tutorial

reactjs-tutorial

Git flow

  1. git clone project
git clone https://github.com/cooleo/reactjs-tutorial
  1. when start working on a branch, remember run this command firs to to pull the latest code
git pull 

  1. when modify, or add files then need to commit back git to add again all new file created or modify files
git add -A 
  1. then commit
git commit -m "content of commit, usually user story ID, title or issue ID, titl

  1. push to server, to push all this commits
git push

About

reactjs-tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors