Giter Club home page Giter Club logo

lms's Introduction

LMS

Користні команди

  • git clone - Клонує репозиторій
  • git pull - Стягує оновлення з репозиторію
  • git push - Записує оновлення коду на віддалений репозиторій
  • git status - показує статус в локальному репозитрії
  • git add . - гіт починає відслідковувати зміни що внесені в файл
  • git commit -m “commit text” - зберігає поточний стан файла
  • git commit -am “text commit ” - короткий запис команда git add . та git commit -m “” (Працює лише для вже відстежуваних файлів)
  • git log - показує історію комітів
  • git branch - показує список локальних гілок
  • git branch name - створює гілку з ім’ям name
  • git branch -a - показує список віддалених гілок
  • git checkout -b name - створює нову гілку з ім’ям “name” і переходить в неї
  • git checkout name - перехід до потрібної гілки
  • git merge name - злятя гілки “name” в поточну
  • git merge --abort - відміна злиття гілок
  • git push -u origin name - перший пуш нової локальної гілки на гітхаб
  • git branch -d name - видалення локальної гілки (потрібно з неї вийти)
  • git push origin --delete name - видалення віддаленої гілки на гітхабі
  • git stash - ховає внесені зміни в “карман”. (Використовується тоді коли потрібно перейти в іншу гілку але не хочеться робити коміт)
  • git stash apply - відновлює код з “кармана” (Повертає схований код)

Для першого запуску gulp збірки

$ npm install
$ gulp

Для наступних запусків збірки

$ gulp

Щоб закінчити роботу gulp

Ctrl + C

lms's People

Contributors

vovamelnyk avatar po4tovuj avatar avinean avatar anatoliianatolich avatar

Watchers

James Cloos 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.