Github Sources

Discussion in 'Bukkit Help' started by mehboss, Jan 24, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    mehboss

    I am a newbie at github things. Can someone show me what thing I need and how to put my source code into github? I am not good at following tutorials so try to explain it the best you can.
     
  2. Offline

    Zombie_Striker

    @mehboss
    1. Go to github, sign into an account.
    2. Go to the top right corner. Click the +. Click "Create new repository"
    3. Fill out the name of the repo, give a short description of it, and set it to either private or public.
    4. Click submit.
    5. Now that you have your own repo, either click "upload file" (to upload an existing file on your computer) or "create file" (to copy and paste code into a separate file if you do not want to upload an existing file) to add your source code.
    And that should be it.
     
  3. Offline

    mehboss

    @Zombie_Striker
    How do I create folder on there?


    Sent from my iPhone using Tapatalk
     
  4. Offline

    Zombie_Striker

    @mehboss
    When creating a file, add /<foldername>/ to your file's name (or, if you need to create one folder at a time, just add the name of the folder with a slash (/) when creating a file).
     
  5. Offline

    DoggyCode™

    Private repos no free ;(
     
  6. Offline

    I Al Istannen

    @DoggyCode™
    GitLabs and BitBucket offer free private repos.
     
  7. Offline

    DoggyCode™

    Exactly why I'm using BitBucket :p


    Sent from my iPhone using Tapatalk
     
Thread Status:
Not open for further replies.

Share This Page