News

git checkout main git pull # Following the first round of pulls by all collaborators, everything is uptodate, to avoid everyone editing and overwriting the same version, branches are created by all ...
3- git init #initiliase git, Master Branch created as part of the git init process. 5- git status # to check the status of files and folders created or ammended. 6- git config --global #Globlal ...