Coder Social home page Coder Social logo

writenames's Introduction

About this repository

This repository to practice common git concepts. Everyone should have git installed and a github account running. This task should be done by 10pm, 06-04-2020.

Concepts

  • Git Forks
  • Git Branches
  • Git commits
  • Pull Requests

Follow the instructions to complete this task.

Step 1 (Make your own fork)

  • Click the fork button on top right hand corner of this page. This will make a copy of this repository in your account. You just created a fork.

  • Go to your fork and clone it.

    git clone your-fork-git-link

  • Go into your cloned repo using cd in git bash.

    cd your-fork-folder

Step 2 (Make a branch)

  • Create a new branch using

    git checkout -b your-branch-name

    You have created a new branch. You will now make changes in this branch.

Step 3 (Make your commits)

  • There is folder named HnCC-2019-members.

    cd HnCC-2019-members

  • Make a file your-name.txt and write your name and branch.

  • Commit your changes using

    git add your-name.txt
    git commit -m "My Name"
    git push --set-upstream origin your-branch-name

    Enter your github credentials and push.

Step 4 (Create a Pull Request)

  • Go to original repo and make a pull request.

writenames's People

Contributors

anjanik012 avatar

Watchers

James Cloos avatar  avatar  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.