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
QtWS25 Last Chance

How to send project to github

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 536 Views
  • 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 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/

    aha_1980A 1 Reply Last reply
    0
    • A Au7h

      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/

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on 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 last edited by
        #3

        0_1546891308225_1.png

        0_1546891321614_2.png

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Au7h
          wrote on last edited by Au7h
          #4

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

          Pablo J. RoginaP 1 Reply Last reply
          0
          • A Au7h

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

            Pablo J. RoginaP Offline
            Pablo J. RoginaP Offline
            Pablo J. Rogina
            wrote on 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

            • Login

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