Giter VIP home page Giter VIP logo

push_local_project_to_github's Introduction

Add local project to github

Contains instructions on how to push a local project to github.com

Steps:

  1. on your pc

    • create your project
    • initialize git in your project with: git init
    • stage all the files or just the files you want git add .
    • commit the files git commit -m 'initial commit
  2. on github.com

    • login to github
    • create a new repo with the same name as your project
    • copy the repo link
  3. back on your pc in the project directory run

    • git remote add origin URL_TO_REPO (newly created repo)
    • git remote -v (should see your repo)
    • git push origin master

commands:

  • git remote add origin URL_TO_REPO
  • git remote -v
  • git push origin master
  • git branch --set-upstream-to=origin/master master

push_local_project_to_github's People

Contributors

marianbrinza avatar

Watchers

 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.