• lI would of given it five stars is it had better documentation.

    The step that it needs is simple.

    from terminal type:

    cd /path/to/your/root/folder
    git init
    git remote add origin https://username:password@<url>/group/project.git
    git push -u origin –all # pushes up the repo and its refs for the first time
    git push -u origin –tags # pushes up any tags

    once you do that then it will work well so far with no problem so far.

The topic ‘Awesome Add’ is closed to new replies.