Skip to content
View ARPITJ0SHI's full-sized avatar

Block or report ARPITJ0SHI

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ARPITJ0SHI/README.md

🌟 Open Sourcery GitHub Contest 🌟

Welcome to the Open Sourcery GitHub Contest! πŸš€ This contest will test your skills in Git and GitHub, including collaboration, branching, conflict resolution, and pushing code. Complete the tasks below and showcase your GitHub prowess! Good luck! πŸ€

πŸ“‹ Contest Tasks

1. Clone the Repository

Clone the contest repository to your local machine with the following command:

bash git clone <repository_url>


2. Add Your Name to names.txt

  1. Open the names.txt file in your editor.

  2. Add your name and batch at the bottom of the list. 🚫 Do not edit or remove existing entries.

  3. Create a new branch for this change:

    bash git branch add-name-<your_name> git checkout add-name-<your_name>

  4. Save your changes, add, commit, and push to GitHub:

    bash git add names.txt git commit -m "Added my name to names.txt" git push origin add-name-<your_name>


3. Add a Code File on a New Branch

  1. Create a new branch for your code file:

    bash git branch code-<your_name> git checkout code-<your_name>

  2. Create a new file (e.g., hello_<your_name>.py) with a simple code snippet or script of your choice. πŸ’‘

  3. Add, commit, and push your code file to the branch:

    bash git add . git commit -m "Added my code file" git push origin code-<your_name>


πŸ† Submission Checklist

  • Cloned the repository
  • Added name and batch to names.txt
  • Created a new branch and added a code file
  • Pushed all changes to respective branches

🌐 Important Notes

  • Branch Naming Convention: Ensure each branch follows the naming format specified in each task.
  • Commit Messages: Keep your commit messages clear and concise.
  • Final Submission: Ensure that all changes are correctly pushed to GitHub.

Good luck, and may the best coder win! πŸ₯‡βœ¨

Pinned Loading

  1. Property-Marketplace-DApp Property-Marketplace-DApp Public

    A Decentralized Application of a property marketplace where user can list, buy and sell properties and even buy stakes in a property.

    JavaScript

  2. AI_Workout_Generator AI_Workout_Generator Public

    JavaScript