- simple git clone ```bash git clone git@github.com:fellow-developers/css_utilities.git ``` ```bash cd css_utilities ``` ```bash code . ``` - create your own branch ```bash git checkout -b task3 ``` - add local changes ```bash git add . ``` - commit local changes ```bash git commit -m "leave your comment" ``` - push your change to remote ```bash git push origin task3 ``` - Click the below link to create a pull request [to create a pull request you have to visit the repository page](https://github.com/fellow-developers/css_utilities) - request the @satyam-seth to review the code
cd css_utilitiescode .git add .git commit -m "leave your comment"Click the below link to create a pull request
to create a pull request you have to visit the repository page
request the @satyam-seth to review the code