Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to send project to github
Forum Updated to NodeBB v4.3 + New Features

How to send project to github

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 547 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Au7h
    wrote on 7 Jan 2019, 19:43 last edited by
    #1

    I wrote app and i would like to send it to github, but i dont know how to do it.
    There is a lot of tutorials about importing project FROM github but there is nothing about sending project. I created github repository at the same directory as project: Initialized empty Git repository in /home/kamil/chat/chatServer/.git/

    A 1 Reply Last reply 7 Jan 2019, 19:57
    0
    • A Au7h
      7 Jan 2019, 19:43

      I wrote app and i would like to send it to github, but i dont know how to do it.
      There is a lot of tutorials about importing project FROM github but there is nothing about sending project. I created github repository at the same directory as project: Initialized empty Git repository in /home/kamil/chat/chatServer/.git/

      A Offline
      A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on 7 Jan 2019, 19:57 last edited by
      #2

      Hi @Au7h

      You need to set up Github as a remote repository for your project.

      git remote add origin <url-to-your-github>
      git fetch
      

      Afterwards you can push the contents of your repo to github.

      Qt has to stay free or it will die.

      1 Reply Last reply
      1
      • A Offline
        A Offline
        Au7h
        wrote on 7 Jan 2019, 20:02 last edited by
        #3

        0_1546891308225_1.png

        0_1546891321614_2.png

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Au7h
          wrote on 7 Jan 2019, 20:13 last edited by Au7h 1 Jul 2019, 20:13
          #4

          Ok, problem solved i created a new repo from command line,
          thanks

          P 1 Reply Last reply 7 Jan 2019, 20:15
          0
          • A Au7h
            7 Jan 2019, 20:13

            Ok, problem solved i created a new repo from command line,
            thanks

            P Offline
            P Offline
            Pablo J. Rogina
            wrote on 7 Jan 2019, 20:15 last edited by
            #5

            @Au7h please don't forget to mark your post as solved. Thanks.

            Upvote the answer(s) that helped you solve the issue
            Use "Topic Tools" button to mark your post as Solved
            Add screenshots via postimage.org
            Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

            1 Reply Last reply
            0

            1/5

            7 Jan 2019, 19:43

            • Login

            • Login or register to search.
            1 out of 5
            • First post
              1/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved