Giter Club home page Giter Club logo

git-lerning's Introduction

Изучение Git и GitHub


О том что такое Git:


Аналоги Git:


Установка Git:

Войдите на свой сервер Ubuntu под своей обычной учетной записью пользователя. Мы будем устанавливать git из репозиториев Ubuntu по умолчанию:

~$ sudo apt-get установить git-core

Удалить Git:

Чтобы удалить только сам пакет git из Ubuntu 14.04, выполните на терминале:

$ sudo apt-get remove git

Удалить git и зависимые от него пакеты

Чтобы удалить пакет git и любой другой зависимый пакет, который больше не нужен из Ubuntu Trusty.

$ sudo apt-get удалить --auto-remove git

Очистка git

Если вы также хотите удалить файлы конфигурации и/или данных git из Ubuntu Trusty, это сработает:

$ sudo apt-get purge git

Чтобы удалить файлы конфигурации и/или данных git и его зависимостей из Ubuntu Trusty, выполните:

$ sudo apt-get purge --auto-remove git

Настройка Git:


Работа с Git:


Полезная информация:

Книга по Git

git-lerning's People

Contributors

pepegigachelik avatar

Stargazers

 avatar

Watchers

 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.