Alex-Kud / Technologies_for_developing_Internet-resources

Laboratory works performed within the framework of the academic subject " Technologies for the development of Internet resources"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Technologies_for_developing_Internet-resources

Laboratory works performed within the framework of the academic subject "Technologies for the development of Internet resources"

Merged commands

Pulling repo

    git clone https://github.com/Alex-Kud/Technologies_for_developing_Internet-resources.git
    cd Technologies_for_developing_Internet-resources

Merging 7 lab

    git remote add laba7  https://github.com/Alex-Kud/fruit-game.git
    git pull laba7 main --allow-unrelated-histories

remove files in new dirictory

    git add .
    git commit -m "."

Merging 6 lab

    git remote add laba6 https://github.com/Alex-Kud/registration_form.git
    git pull laba6 main --allow-unrelated-histories

remove files in new dirictory

    git add .
    git commit -m "."

Merging 5 lab

    git remote add laba5 https://github.com/Alex-Kud/Random_shapes.git
    git pull laba5 main --allow-unrelated-histories

remove files in new dirictory

    git add .
    git commit -m "."

Merging 4 lab

    git remote add laba4 https://github.com/Alex-Kud/history_web-test.git
    git pull laba4 main --allow-unrelated-histories

remove files in new dirictory

    git add .
    git commit -m "."

Pushing

    git push origin main

Structure of merge

Структура мержа

About

Laboratory works performed within the framework of the academic subject " Technologies for the development of Internet resources"


Languages

Language:JavaScript 69.1%Language:PHP 19.1%Language:HTML 7.4%Language:CSS 4.5%