Giter Club home page Giter Club logo

marchcode's Introduction

March Code

hello

Seeing you guys taking interest in coding, and some of you looking for projects to practice, Codetrophs is here with its new programme called the March code where you can practice your programming skills through our provided projects based on basic to intermidiate programming.

This March Code Program aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below.

If you don't have git on your machine, install it.

Fork this repository.

Fork this repository by clicking the fork button at the top of this page. This will create a copy of this repository in your account.

Open a terminal and run the following git command:

git clone https://github.com/CodeTrophs/MarchCode.git

Create a branch

Change to the repository directory on your computer (if you are not already there):

cd MarchCode
  • Add your code file in Day/<USERNAME.py>

For Example : aryasoni98.py or aryasoni98.java or aryasoni98.cpp etc...

Replace with your GitHub username in this guide.

Now create a branch using the git checkout command:

git checkout -b contribution

Make necessary changes and commit those changes

If you go to the project directory and execute the command git status, you'll see there are changes.

Add those changes to the branch you just created using the git add command:

git add file-name

Now commit those changes using the git commit command:

git commit -m "Add <file-name>"

replacing <file-name> with your name.

Push changes to GitHub

Push your changes using the command git push:

git push origin contribution

marchcode's People

Contributors

aryasoni98 avatar imgbotapp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.