olamide
---------------------------------------------------------------------------------------------------------
- git status #to check branch you are in master (if not in master then "git switch master")
- git pull #to update local master on your terminal with remote repo
- git switch branch_name #to switch to your branch_name
- git merge master #make a copy from local master to local branch_name
- file operations #modify the file or add file!!!
- git add file && git commit -m 'State what you want done' && git push #update remote branch_name repo
- git switch master #switch to master branch
- git merge branch_name #pull request to add contributions made on branch_name to master branch
- git status #to check if master is updated
- git switch branch_name && git status #to check if branch is up to date with master
- git diff master branch_name #to compare your branch with the master branch
---------------------------------------------------------------------------------------------------------
###Note ->A pull request – also referred to as a merge request – is an event that takes place in software development when a contributor/developer is ready to begin the process of merging new code changes with the main project repository.
->A project’s repository (or “repo”) is where all the project code, product knowledge, metadata, and much more data/information is stored.
->A repository maintainer/manager is someone on a DevOps or operations team who is responsible for maintaining said repository.
- Kwabena Sapong
- Nathaniel Osei
- Falade Mutiu
- Dorine Tipo
- Ibrahim Ibrahim
- Isaac Phiri
- Adewole Conde
- Erick Adikah
- Olamide Aliyu
Yaay Team work is the best
======= # ALX PEER LEARNING REPO- Kwabena Sapong
- Nathaniel Osei
- Falade Mutiu
- Dorine Tipo
- Ibrahim Ibrahim
- Isaac Phiri
- Adewole Conde
- Erick Adikah
master