sagnikghoshcr7 / Berkshire-Black-Diamond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Berkshire Black Diamond Project

Contributers

Getting Started 🤩🤗

  1. Fork this repository.

  2. Clone on the repository to your local machine

    git clone <git repo>
    
  3. Navigate to cloned repository.

    cd filename
    
  4. Create a new branch to work on with

    git checkout -b my-new-branch

    Time to make some changes to the cloned repository on your local machine.

  5. Add your work with

    git add .
    
  6. Save your work, by commiting it.

    git commit -m "first commit"
  7. Let's try pushing it on remote repository, in our case github!

    git push origin my-new-branch
    
  8. Ready to share your work with others? So let's generate a Pull Request! To do this, go to your forked github repository and Create a Pull Request.

About

License:MIT License


Languages

Language:JavaScript 56.7%Language:Solidity 25.2%Language:C# 14.5%Language:HTML 1.2%Language:Java 0.7%Language:CSS 0.6%Language:TypeScript 0.5%Language:Vue 0.5%Language:C++ 0.0%Language:ASP.NET 0.0%