From 24a647185014abe78232f067400c3453619d24d9 Mon Sep 17 00:00:00 2001 From: ilyamak04 Date: Sat, 8 Feb 2025 14:22:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/git/Команды.md | 16 ++++++++++++++++ docs/linux/Команды.md | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 docs/git/Команды.md diff --git a/docs/git/Команды.md b/docs/git/Команды.md new file mode 100644 index 0000000..5c57a80 --- /dev/null +++ b/docs/git/Команды.md @@ -0,0 +1,16 @@ +### Полезные источники + +- [**Стетейки по гиту**](https://kb.tishenko.dev/git/aliases/) +- [**GitHowTo**](https://githowto.com/ru) +- [**GitFlow**](https://habr.com/ru/articles/106912/) +- [**Игра**](https://learngitbranching.js.org/?locale=ru_RU) + +### Команды +- `git remote -v` - показывает все удалённые репозитории, которые связаны с локальным репозиторием +- `git init ; git remote add origin or ` - добавить удалённый репозиторий +- `rm -rf /path/to/repo/.git` - git больше не будет отслеживать эту директорию +- `git config --global --list` +- `git config --global user.name "Ваше Имя"` +- `git config --global user.email "ваш_емейл@example.com"` +- `git config ...` - изменить для конкретного репозитория (без флага `--global`) +- `log --pretty=format:'%h %cd | %s%d [%an]' --graph --date=iso` - удобный вывод `git log` diff --git a/docs/linux/Команды.md b/docs/linux/Команды.md index c3b3e2c..fc67324 100644 --- a/docs/linux/Команды.md +++ b/docs/linux/Команды.md @@ -277,9 +277,9 @@ - `/etc/passwd` - инфо о пользователях в системе - `htop -p ` - процесс на таком-то порту - `truncate -s 0 /var/log/messages` ---- + - `find / -name 2>/dev/null` ---- + - `wc -l ` - количетсво строк в файле ### Диски