Skip to content

Commit

Permalink
Update git.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laspavel committed Jul 14, 2024
1 parent e0adbc1 commit a4dc8f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 02.git/10001.git.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@
- удалить из репозитория все неотслеживаемые папки и файлы (папки и файлы, добавленные в .gitignore останутся на месте)
> git clean -f -d
- удаляет все файлы и папки с именем .env из истории коммитов текущей ветки (HEAD)
> git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch .env" HEAD
### Примеры

#### Создание нового репозитория, первый коммит, привязка удалённого репозитория с gthub.com, отправка изменений в удалённый репозиторий.
Expand Down

0 comments on commit a4dc8f0

Please sign in to comment.