- Clone the repository
- git clone https://github.com/thekhenzie/Typescript_2020.git
- cd Typescript_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.
-
Commit your code
- git add .
- git commit -m 'typescript baniqued'
- Push to origin
- git push origin baniqued
- Create a pull request in Github.