Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 429 Bytes

CURSOR-front-end

Перелік основних команд:

  • git config --global user.name blabla
  • git config --global user.email blabal@bla
  • git init
  • git status
  • git add
  • git commit
  • git log
  • git checkout
  • git branch
  • git push
  • git pull
  • git merge
  • git clone

.gitignore файл - ігноровані файли Git

Advanced:

  • git revert
  • git reset
  • git rebase
  • git cherry-pick
  • git stash