Coder Social home page Coder Social logo

test_ikt's Introduction

#Ответ:

  1. В GitHub:
  • 1.1 Открываем репозиторий (чужой)
  • 1.2 -> Fork
  • 1.3 Убираем галочку с Copy the main branch only
  • 1.4 -> Create fork
  • 1.5 -> Code
  • 1.6 Копируем ссылку
  1. В терминале:
  • 2.1 git clone <ссылка на репозиторий на GitHub>
  • 2.2 cd <название репозитория>
  • 2.3 git checkout -b <имя ветки>
  • 2.4 git pull origin <имя ветки>
  • 2.5 nano <название файла с вопросом>
  • 2.6 git add <название файла>
  • 2.7 git commit -m "комментарий"
  • 2.8 git push origin <имя ветки>
  1. В GitHub:
  • 3.1 Переходим в репозиторий (чужой)
  • 3.2 -> Pull Requests
  • 3.3 -> New pull request
  • 3.4 Затем нажимаем по выделенному тексту compare across forks
  • 3.5 Выбираем откуда загружать:
  • 3.5.1 нажимаем на head repository и выбираем наш репозиторий (личный)
  • 3.5.2 нажимаем на compare и выбираем ветку
  • 3.6 Выбираем ветку в которую загружаем, нажимаем на base: main и выбираем нужную ветку
  • 3.7 -> Create pull request
  • 3.8 В Add a title можем поменять комментарий
  • 3.9 -> Create pull request

test_ikt's People

Contributors

hunterxiii avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.