Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

git

Клонувати репозиторій

git clone [email protected]:mvchn/learning_python.git

Відмінити останній коміт в гілці (скидання голови на один коміт назад)

git reset --hard HEAD~1

Прямий пуш голови в гілку

git push origin HEAD --force

Other commands:

  • git checkout (-b)
  • git branch ()
  • git commit (-m) --amend
  • git push (origin) ($name = main)
  • git pull
  • git merge
  • git log

bash

  • ls
  • cd
  • mkdir
  • rm