Git

  • master
  • develop

command lines

git add -A && git commit -m 'init'
git remote add origin git@github.com:GeekEast/react-craco-template.git
git push -u origin master
git checkout -b develop # create branch
git checkout develop # swtich branch

Testing Pull Request