Game Development Version Control

SystemSystem Join Date: 2013-01-29 Member: 182599Members, Super Administrators, Reinforced - Diamond
edited February 2013 in NS2 General Discussion

imageGame Development Version Control

Games are complex systems that involve multidisciplinary development teams. Good version control is essential to maintain a cohesive project!

Read the full story here


Comments

  • MilaniumMilanium Join Date: 2012-12-27 Member: 176388Members
    In fact merge conflicts are less scary than they look like. Just edit the files so the code you want to stay keeps in it and git rebase --continue or whatever you were doing. http://git-scm.com/book/en/ explains this more thoroughly.
  • lwflwf Join Date: 2006-11-03 Member: 58311Members, Constellation
    edited February 2013
    There's a Tortoise UI for Git as well.

    https://code.google.com/p/tortoisegit/


    Edit: Oops, never mind, stickyboot already addressed that and much more.
  • PHLAKPHLAK Join Date: 2010-07-16 Member: 72448Members
    Note: Git is the version control system created by Linus Torvalds. GitHub is an online repository hosting and code sharing service built for Git.
  • remramremram Join Date: 2012-01-07 Member: 139815Members
    edited March 2013
    It is shameful to write an article about version control without having the slightest understanding of what Git is. No, Github is not a version control software. It has nothing to do with Linus Torvalds (who dislikes it). Even correcting the names, the overall article is misguiding as hell.

    Why, UWE? :'(

    I propose something like that: http://bit.ly/YReb60
Sign In or Register to comment.