P10 test project 2023
Clone the repository:
git clone https://github.com/XudayberdiyevB/P10-test-project.git
Go to the repository's folder:
cd P10-test-project
Add or edit some files.
Update changes with repository:
git add .
Commit changes:
git commit -m your_commit_name
Push the repository to new-changes branch:
git push origin new-changes
git branch -a
Usually, you'll be headed into main branch. So we shall change it.
Create a new branch:
git branch new_branch name
Move to the new branch:
git checkout new_branch_name