Skip to content
View DikshaDevi5-2005's full-sized avatar

Block or report DikshaDevi5-2005

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. Diksha-Devi Diksha-Devi Public

  2. CodeLab- CodeLab- Public

    This is my first Git Repository

  3. source--code-management-tools source--code-management-tools Public

    "Configuration files and tools for managing source code repositories at scale"

    Python

  4. Git-Learning-Lab Git-Learning-Lab Public

    A practice repository for learning Git basics, including branching, merging, resolving conflicts, stashing changes, and tagging releases.

    1

  5. python_epidemic_simulation python_epidemic_simulation Public

    Forked from wesdoyle/python_epidemic_simulation

    A crude simulation of an epidemic in Python with pygame visualization

    Python

  6. git-cherry-bisect-lab git-cherry-bisect-lab Public

    Cherry-picking and Patching Take a single bug fix from a feature branch and add it to the main branch using git cherry-pick. Save the bug fix as a patch file. Finding Bugs with Git Bisect Find out …