Jump to content

Search the Community

Showing results for tags 'git'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • News
  • Project Zomboid
    • PZ Updates
    • General Discussions
    • Bug Reports
    • PZ Support
    • PZ Multiplayer
    • PZ Community & Creativity
    • PZ Suggestions
  • PZ Modding
    • Tutorials & Resources
    • Mods
    • Items
    • Mapping
    • Mod Ideas and Requests
  • General Games Development
    • Indie Scene
  • Other Discussions
    • General Discussion
    • Forum Games & Activities

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Twitter


Interests

Found 1 result

  1. Hello Modders, Mappers, Tinkerers and Players! Some of you may have seen that a few mods don't work well on Mac and Linux and you have to make manual changes to those mods to get them running on Linux. While I was making those changes, I had an idea: What if we could work collaborative on mods without the trouble of merging those changes manually and losing them once you accidentally delete the modified mod without saving it... "somewhere". Out of this situation I hade the idea of setting up a GitLab instance for everything surrounding PZ development. What is GitLab? GitLab is similiar to github.com, but hosted on ones own server. You can create git repositories, both public and private, work collaboratively on one repository or fork them, modify them in your copy and request to have changes merged back into the upstream repository. I think that this would greatly help development. What is git? What is a repository? git is a source code management tool. You can use it to keep track of changes to your code, revert back to previous version, branch your code out to test things and merge or discard those changes, work together on the same code and have the changes merged back into one repository. A repository is - basically - a directory with all the information about all changes of all files. More information is available at http://git-scm.com/ Would you use it? That is the question. Would you use a GitLab instance that is specifically set up for PZ?
×
×
  • Create New...