Mentor: Łukasz Powązka
Team members:
-
Creating a new branch:
git checkout -b brnach-name -
Publishing new branch:
git push origin -u -
Checking the status of current changes:
git status -
Staging all changes:
git add . -
Commting staged cahnges:
git commit -m "commit message" -
Checking the local git history:
git log -
Pushing committed changes:
git push -
Pulling newest changes from the branch:
git checkout branch-name && git pull
[new/update/fix/delete]/[shirt-description-using-hypen]
new/added-text-search
update/api-class-filename
delete/redundant-css-classes
https://docs.google.com/presentation/d/1zU1qGeJvwc-WTC58AG9YZYxte_sT4CO-fFE0th4b8i4/