File tree Expand file tree Collapse file tree
software_engineering/2_Git Expand file tree Collapse file tree Original file line number Diff line number Diff line change 652652 " For example *fetch* and *merge* have default values for:\n " ,
653653 " \n " ,
654654 " * repository --> origin\n " ,
655- " * branch --> master / main"
655+ " * branch --> main"
656656 ]
657657 },
658658 {
677677 " # git remote add co-worker https://gitlab.esrf.fr/<co-worker>/pypolynom.git\n " ,
678678 " ```\n " ,
679679 " \n " ,
680- " 2. merge those modifications on your master branch\n " ,
680+ " 2. merge those modifications on your main branch\n " ,
681681 " \n " ,
682682 " ```bash\n " ,
683- " git checkout master \n " ,
683+ " git checkout main \n " ,
684684 " git fetch upstream <branch>\n " ,
685685 " git merge upstream/main\n " ,
686686 " ```\n " ,
687687 " or\n " ,
688688 " \n " ,
689689 " ```bash\n " ,
690- " git checkout master \n " ,
690+ " git checkout main \n " ,
691691 " git pull upstream/main\n " ,
692692 " ```\n " ,
693693 " \n " ,
You can’t perform that action at this time.
0 commit comments