Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть How To Remove, Move Files, View History and Undo Things in Git

  • Just Another Dang How To Channel
  • 2019-09-19
  • 212
How To Remove, Move Files, View History and Undo Things  in Git
git primergit basics
  • ok logo

Скачать How To Remove, Move Files, View History and Undo Things in Git бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно How To Remove, Move Files, View History and Undo Things in Git или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку How To Remove, Move Files, View History and Undo Things in Git бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео How To Remove, Move Files, View History and Undo Things in Git

On these video series, we are going to learn and master using Git. A distributed version control system.

In Part 3 we learn how to skip the staging area, remove files from being tracked, move files, view different logs and undo things in Git.


How to Track, Stage, Diff, Commit and Ignore Files (Git Primer - Part 2)
   • How To Track, Stage, Diff, Commit and Igno...  


Git pretty:form options
https://git-scm.com/book/en/v2/Git-Ba...

To show where git configs are found
git config --list --show-origin

Git Commands
git commit -a -m "Added changes without staging"

//deletes and removes the file from being tracked
git rm
//removes the file from being tracked but does not delete
git rm --cached
//renames the file
git mv file to file2

//show history
git log
//show patch for what has changed for the last 2 commits
git log -p -2 //shows changes - good for code review or what has changed

//show log summary
git log --stat
//prints in oneline
git log --pretty=oneline
//shows nice graph and useful visual for branching
git log --pretty=oneline --graph
//shows different output
git log --pretty=format:"%H %an %ae %ar %s"
//search for keyword in the message
git log --grep py
//search by authoer
git log --author="Paulo Orquillo"
//search for code changes
git log -S code_changes
//change the last commit
git commit --amend
//unstage a file
git restore --staging filename
//resets the file
git restore filename

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]