Skip to content

Conversation

@SDA1032-Ahmedalmulhem
Copy link

  1. Clone the repository:
    git clone https://github.com/clarusway/FS-Git-Live-Class.git

  2. Move into the project directory:
    cd FS-Git-Live-Class

  3. Create and switch to a feature branch:
    git checkout -b feature-SDA2025

  4. Add your contribution:
    echo "This is [SDA1032]'s section for the project" > SDA2025.txt

  5. Stage the file:
    git add SDA2025.txt

  6. Commit the changes with a meaningful message:
    git commit -m "feat: Add [SDA1032]'s section (SDA2025)"

  7. Push the feature branch to GitHub:
    git push origin feature-SDA2025

  8. Create a Pull Request:

  9. After the PR is merged, sync the local repository:
    git checkout main
    git pull origin main

Pull Request Link: https://github.com/clarusway/FS-Git-Live-Class/pull/XX

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.

2 participants