Skip to content

Commit

Permalink
Change branch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arseniy_Yolkin committed Oct 20, 2022
1 parent 86a8cf9 commit 79b6bde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
- `git checkout <branch>`или `git switch <branch>` — переместить HEAD на ветку
- `git checkout -b <new_branch>` или `git switch -c <new_branch>` — создать ветку и перейти на нее
- `git reset --hard <commit>` — переместить HEAD и текущую ветку на `<commit>`
### Lorem ipsum dolor sit amet, consectetur adipiscing elit
- `git reflog show <ref>` — показать лог действий со ссылкой
- `git reflog` = `git reflog show HEAD` — показать лог действий с HEAD
- `git gc` — удалить ненужные файлы и оптимизировать локальный репозиторий

0 comments on commit 79b6bde

Please sign in to comment.