Giter Site home page Giter Site logo

activities-repo's Introduction

Steps to follow

  1. Fork this repository, you will see a fork button as mentioned in the image image

  2. Now go to your account dashboard, you will see a copy of this repoistory in your account, you can click on your repositories(click on your account at the top right) to see the copy of the repository you forked

  3. Click on that repository link, where you will see the content of the repository and a green button called <>Code as show in the image, click on the <>Code button to see the URL image

  4. Copy that url and open the Git bash terminal in your machine, ensure you are opening a folder which is not part of any existing repository

  5. In the Git bash terminal enter the following command & hit enter, replace <url-copied> with the URL what you copied from the <>Code button

    git clone <url-copied>
    
  6. You must see a folder getting created which will have the same name of the repository you have in your account

  7. Save your projects inside this repository

  8. Once you are done with the project, push this project to your account following the below steps

  9. Open Git bash terminal in your machine inside the parent folder of the repository, parent folder is the folder which will have the name of the repository, if you are in any other location it may not work as expected

  10. Enter below git commands in the Git bash terminal

    git add .
    # make sure you have entered a dot after git add & there's a space between git, add and a dot
    git commit -m 'some message to describe what you are saving'
    example: git commit -m 'final project'
    git push -u origin master
    
  11. Now you must able to see the final project pushed in the Git Hub account Note: If you are using Git Bash for the first time, you will be asked to authenticate, you have to provide the required credentials and then perform the git commit & git push

activities-repo's People

Contributors

kishor-c avatar pendlipujitha 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.