Open Mortis78 opened 1 year ago
1 git checkout main 2 git pull 3 create branch / make branch -- git checkout -b branch
git checkout main
git pull
git checkout -b branch
feat/name-of-branch-JA -- INITIAL
feat/name-of-branch-JA
4 git commit -m 'Commit message' commit often
git commit -m 'Commit message'
5 git push origin local-own-branch
git push origin local-own-branch
6 go to git hub, create pull request.
7 merge to main never merge own branch
linking branches to issue
Naming conventions / work flow
1
git checkout main
2git pull
3 create branch / make branch --git checkout -b branch
4
git commit -m 'Commit message'
commit often5
git push origin local-own-branch
6 go to git hub, create pull request.
7 merge to main never merge own branch