Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other version control system

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #36595
    aoeui
    Participant

    hi,

    any windows users, question for you

    what version control system are you using while developing websites?
    GIT http://git-scm.com/ ?

    #96518
    TheDoc
    Member

    We use Git at the office through GitHub.

    #96632
    aoeui
    Participant

    thanks Doc

    #96633
    jamygolden
    Member

    On personal projects I use Git and host it on Github or Assembla.

    I’ve gotten git working on windows before without a problem – So I would use that if I were using windows.

    At work we use SVN.

    #96758
    aoeui
    Participant

    thanks guys
    managed to install GIT, connect with Github and went through basic tutorial :]

    one question though
    kinda missed the principle of “organizations”
    http://min.us/mbiMqEygJo#1o

    wanted to create one for me (Krsiak) and my collegue (Palacek)
    thought it works as some sort of group or so

    wrong?

    did not find much in http://help.github.com/
    or I am just dumb adn blind :]

    #96735
    aoeui
    Participant

    never mind

    2 more hours of tutorials taught me what to do and how
    https://github.com/krsiakdaniel/krsiak

    #96795
    jamygolden
    Member

    Well done!

    I remember trying to understand git. I approached it without knowing about SVN before hand. The tutorials and explanations are quite lacking when it comes to people who are completely new to version control.

    To learn about branching and merging ( very cool ) check out: http://book.git-scm.com/3_basic_branching_and_merging.html

    #96796
    aoeui
    Participant

    @jamy_za
    thanks a lot, will read that

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Other’ is closed to new topics and replies.