Skip to content

Rufina05/LAB-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

LAB-Java

git branch - проверка локальных веток

git checkout -b branch_name - Создать новую ветку и сразу на неё переключиться

git checkout branch_name - переключиться на новую ветку

git branch -m branch_name - переименовать текущую ветку

git branch -m old_branch_name new+_branch_name - переименовать любую ветку

git push -u origin branch_name - Отправка новой ветки на GitHub

git push origin --delete branch_name - Удаление ветки из GitHub

Сохранить изменения в текущей ветке (commit): git add task2.java git commit -m "Сохранила изменения"

git status - Проверить статус репозитория

README.md changes: git add README.md -добавить изменения в файл, потом нужно их закоммитить and send to GitHub git commit -m README.md git push origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published