Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    bagisto 2.3 and contribution guidline

    General Discussion
    2
    2
    103
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      ducanh last edited by

      I saw bagisto had 2.3x branch now , but i fork from 2.2 version, how can i update the bagisto branch, is that ok to create pull request to 2.2 (default branch)

      1 Reply Last reply Reply Quote 0
      • Rishabh-Webkul
        Rishabh-Webkul last edited by

        Hello @ducanh

        Follow the below steps for your query.

        1. Add the Bagisto upstream remote (if not already added):
        2. git remote add upstream https://github.com/bagisto/bagisto.git
        3. Fetch all branches from the upstream:
        4. git fetch upstream
        5. Checkout the 2.3 branch from upstream:
        6. git checkout 2.3
        7. Push the changes to your fork or you can manually update it from github

        Regards
        Team Bagisto

        1 Reply Last reply Reply Quote 0
        • First post
          Last post