arstaffieri / FitLit

FitLit project starter kit for students
0 stars 1 forks source link

Git Workflow #7

Open Mortis78 opened 1 year ago

Mortis78 commented 1 year ago

Naming conventions / work flow

1 git checkout main 2 git pull 3 create branch / make branch -- git checkout -b branch

4 git commit -m 'Commit message' commit often

5 git push origin local-own-branch

6 go to git hub, create pull request.

7 merge to main never merge own branch

baut-jc commented 1 year ago

linking branches to issue