Cloudy River's Workshop

Thursday, March 28, 2019

How to upload local project from windows to github

First you need to install Git for Windows, once it's done, using Command Prompt and enter following commands:

cd <the folder>
git init
git add .   //for all files under the folder
commit -m "adding files" git remote add origin https://github.com/<your-user-name>/<your-repository-name>.git
git push -u origin master

how-to-upload-a-project-to-github
Posted by Frank at 4:12 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Github
Newer Posts Older Posts Home
View mobile version
Subscribe to: Posts (Atom)

Categories

  • ASP.Net (18)
  • BI (6)
  • BootStrap (3)
  • C# (2)
  • Deployment (4)
  • Excel (1)
  • HTML (6)
  • Javascript (15)
  • Kendo (1)
  • Knockout (2)
  • LINQ (1)
  • MVC 5 (3)
  • Pattern (1)
  • SQL Server (10)
  • SQL Server Management Studio (2)
  • SSAS (3)
  • SSIS (4)
  • SSRS (10)
  • Visual Studio (8)
  • Web UI (6)

About Me

Frank
View my complete profile

Blog Archive

  • ►  2023 (1)
    • ►  January (1)
  • ▼  2019 (4)
    • ►  August (1)
    • ►  April (2)
    • ▼  March (1)
      • How to upload local project from windows to github
  • ►  2018 (5)
    • ►  May (2)
    • ►  April (3)
  • ►  2017 (2)
    • ►  March (1)
    • ►  February (1)
  • ►  2016 (22)
    • ►  October (1)
    • ►  September (1)
    • ►  August (2)
    • ►  June (5)
    • ►  April (3)
    • ►  March (4)
    • ►  February (1)
    • ►  January (5)
  • ►  2015 (65)
    • ►  December (14)
    • ►  November (7)
    • ►  October (15)
    • ►  September (26)
    • ►  August (3)
  • ►  2014 (5)
    • ►  August (5)
Simple theme. Powered by Blogger.