-
Open your terminal.
-
Navigate to the directory where you want to clone the repository.
-
Run the following command:
git clone https://github.com/victorola-coder/git.git
-
Fork the repository.
-
Clone your fork:
git clone https://github.com/victorola-coder/git.git -
Create a new branch:
git checkout -b your-new-branch-name -
Make changes and commit them:
git commit -am "Add some changes" -
Push to the branch:
git push origin your-new-branch-name -
Create a new Pull Request.
tbc