Solved How to set up github on intelliJ?

Discussion in 'Plugin Development' started by TheWolfBadger, Jun 30, 2014.

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

    TheWolfBadger

    Hey guys! Jack here wondering how to implement github on intelliJ? I have no idea how to do this and I want to great. Please help me. I don't understand the tutorials as there are not many. Thank you! - Jack
     
  2. Offline

    Traks

    Just get git and you'll be golden
     
  3. Offline

    Tzeentchful

    TheWolfBadger
    I would recommend taking a look at Source Tree. It's it's own app but it will work fine along side intelij (i use it with intelij for my git stuff).
    It's allot nicer than using a command line. Oh and it's 100% free :),
     
    ampayne2 likes this.
  4. Offline

    TheWolfBadger

    Tzeentchful How do I get started? What are like the basics? Thanks for replying btw :)
     
  5. Offline

    Traks

    Tzeentchful Subjective, I find using git through a command-line interface much easier and more practical.
     
  6. Offline

    TheWolfBadger

    Tzeentchful What is the destination path? I'm trying to make it the project's folder, but it won't work?

    Tzeentchful
    Code:
    Pushing to https://github.com/TheWolfBadger/SillyTowers.git
    remote: Permission to TheWolfBadger/SillyTowers.git denied to MayoDwarf.
    fatal: unable to access 'https://github.com/TheWolfBadger/SillyTowers.git/': The requested URL returned error: 403
    Nevermind I fixed it! :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  7. Offline

    Tzeentchful

    Traks
    I find it makes your repo's much easier to visualize and see the flow of commits and it makes tasks like rebasing and merging faster.
    But really it comes down to personal preference. I also think that a gui will be easier for a newb to get used to how git works.
     
  8. Offline

    samosaara

  9. Offline

    LordVakar

    Anyways, this is already solved but a few words.
    Get. Git. Bash. x3
     
    RenegadeEagle and samosaara like this.
Thread Status:
Not open for further replies.

Share This Page