Skip to content

HusievAleksandr/CURSOR-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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