Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nelson 94 posts 246 karma points
    Dec 02, 2015 @ 09:12
    Nelson
    0

    Umbraco in Bitbucket

    Hi guys,

    I want to start using bitbucket as a repository for my Umbraco project, so I can share it with my project colleague. Is there any special guidelines I have to follow to make this work? Do I have to take special care to any files? Also, how does it work with the database?

    Thank you very much!

  • MrFlo 159 posts 403 karma points
    Dec 02, 2015 @ 11:10
    MrFlo
    0

    Hi,

    We are using bitbucket. We just have setup the visual studio gitignore and the umbraco gitignore from here: https://github.com/github/gitignore

    For the database, you could use a local one and use the usync extension https://our.umbraco.org/projects/developer-tools/usync/ to sync all datatype/etc. with all the developer or you could use an internal DB server to share the same DB. The advantage of the usync is that every developer can have they own content to test.

    When it's time to insert content we use a staging server and we do only changes locally or if not we sync the files before commiting them.

    We use sourcetree with bitbucket.

    Hope it helps.

Please Sign in or register to post replies

Write your reply to:

Draft