Giter Site home page Giter Site logo

joinjob's Introduction

Начало

Буларин Н.О

Список команд Git/

вторая команда

Изменения от Тихонова Алексея

  • git init - создание репозитория
  • git add - внести в индекс — временное хранилище — изменения, которые затем войдут в коммит
  • git add . - вносит в индекс все изменения, включая новые файлы
  • git status - состояние проекта, измененные и не добавленные файлы, индексированные файлы
  • git commit - совершение коммита
  • git commit -a - закоммитеть все изменения в файлах
  • git commit -m «comment»
  • git reset - возврат к определенному коммиту, откат изменений
  • git log - разнообразная информация о коммитах в целом
  • git branch - перечисляет существующие ветки, отметив активную
  • git branch new-branch - cоздаёт новую ветку new-branch
  • git branch -d(D) new-branch - удаляет ветку
  • git branch -m new-name-branch - переименовывает ветку
  • git checkout - переключение между ветками
  • git merge new-feature - объединить текующую ветку и ветку new-feature
  • git clone - клонирование репозитория
  • git diff 3452 - ищет разницу текущего состояния проекта и коммита за номером 3452
  • git push отправка изменений с локального на подключеный удалённый репозиторий
  • git pull отправка изхменений с подключенного удалённого репозитория на локальный репозиторий

joinjob's People

Contributors

iksergey avatar kotepasik avatar ska1exey avatar andrei-serov73 avatar ledvisell 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.