Skip to content

Conversation

Harshi280901
Copy link

Fork the repo on GitHub (via website)

Then clone your fork locally

git clone https://github.com/Harshi280901/CKA-2024.git
cd CKA-2024

Ensure remote points to your fork

git remote set-url origin https://github.com/Harshi280901/CKA-2024.git

Verify remote

git remote -v
git checkout -b feature-1

Add or edit files in your repo, e.g., Resources/

Then stage changes

git add .

Commit with a descriptive message

git commit -m "Added notes for assignment"

git push -u origin feature-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant