- Clone the repository
- git clone https://github.com/thekhenzie/Angular_2020.git
- cd Angular_2020
- Create new folder under your surname
- mkdir Baniqued
- cd Baniqued
- Create new branch with your surname
- git branch baniqued
- Checkout branch
- git checkout baniqued
-
Paste the codes on your folder. You can paste only the src folder of your app.
-
Commit your code
- git add .
- git commit -m 'angular baniqued'
- Push to origin
- git push origin baniqued
- Create a pull request in Github.