docker-spfx icon indicating copy to clipboard operation
docker-spfx copied to clipboard

CONTRIBUTING.md

Open T0biii opened this issue 4 years ago • 1 comments

Hey, maybe you want to change the branch to main so its match the contributing guidelines or edit the contributing gudelines to match the commands under Tips

  • ensure that the master branch on your fork is in sync with the original docker-spfx repository
    # assuming you are in the folder of your locally cloned fork....
    git checkout master
    
    # assuming you have a remote named `upstream` pointing to the official **docker-spfx** repo
    git fetch upstream
    
    # update your local main to be a mirror of what's in the main repo
    git pull --rebase upstream master
    

T0biii avatar Feb 21 '22 08:02 T0biii

Good point! Thank you for bringing it up

waldekmastykarz avatar Feb 22 '22 09:02 waldekmastykarz