Skip to content

ulgoon/fds-se

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Dev SCHOOL

Software Engineering

index

  • git extended
  • Software Engineering

How to work with your co-worker

PM

  • (git init ->) git flow init
  • some change -> add,commit,push develop

Dev team

  • fork PM's repo -> clone

  • git flow init

  • git flow feature start

  • some change -> add, commit, push to feature/

  • git flow feature finish

  • git remote add pmorigin <PM's repo addr>

  • git pull pmorigin develop

  • git push origin develop -> create PR (dev to dev)

About

Frontend dev SCHOOL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages