-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ruslan Senatorov <[email protected]>
- Loading branch information
1 parent
c6e5936
commit 09532c0
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
### План доработки Git-ноутбука на завтра 📝 | ||
|
||
1. **Добавить практические примеры**: | ||
```bash | ||
# Типичный рабочий процесс | ||
git init # создаем репозиторий | ||
git add README.md # добавляем файл | ||
git commit -m "Первый коммит" # сохраняем | ||
git status # проверяем статус | ||
``` | ||
|
||
2. **Создать раздел "Частые ошибки и решения"**: | ||
- Конфликты при merge | ||
- Как отменить неправильный commit | ||
- Проблемы с push/pull | ||
- Забытый .gitignore | ||
|
||
3. **Добавить интерактивную часть**: | ||
- [ ] Упражнение "Создай свой первый репозиторий" | ||
- [ ] Тест "Проверь знание команд Git" | ||
- [ ] Задание "Исправь типичную ошибку" | ||
|
||
4. **Сохранить этот план**: | ||
- Создать новый файл `todo.md` | ||
- Или добавить в заметки телефона | ||
- Или записать в ежедневник | ||
|
||
А сейчас лучше отдохнуть и заняться здоровьем! 🌟 | ||
|
||
P.S. Не забудь выпить чай с медом перед сном! 🍯 |