Добавление терминов

Сгенерировать термины с AI

0 / 150
200 английских слов для программистов: Git и код
collection language
0 / 200 терминов
Освойте терминологию Git и программирования на английском для работы в команде! 🎯 Что в коллекции: • 200 терминов для уровня B1 • Git команды: commit, push, pull, merge, rebase • Базовые понятия кода и разработки
Термин (200)
Значение
commit
I need to commit my changes before leaving
коммит; фиксация изменений
push
Don't forget to push your code to the remote
отправить; запушить
pull
Pull the latest changes before you start working
получить; стянуть
merge
We need to merge the feature branch into main
слияние; объединить
branch
Create a new branch for this feature
ветка; ответвление
repository
Clone the repository to your local machine
репозиторий; хранилище
clone
Clone the repo and start working on it
клонировать; копировать
fork
Fork the project to make your own changes
форк; ответвление проекта
checkout
Checkout the develop branch to see the changes
переключиться; извлечь
fetch
Fetch the remote changes but don't merge yet
получить; загрузить
rebase
Rebase your branch on top of main
перебазировать
stash
Stash your changes before switching branches
отложить; спрятать
diff
Check the diff before committing
различие; разница
log
View the git log to see recent commits
журнал; история
status
Run git status to see modified files
статус; состояние
add
Add the files to staging area
добавить; индексировать
reset
Reset the commit if you made a mistake
сбросить; откатить
revert
Revert the commit to undo the changes
отменить; вернуть
cherry-pick
Cherry-pick that commit to this branch
выборочно применить
tag
Tag the release with version number
тег; метка