Please enable JavaScript.
Coggle requires JavaScript to display documents.
GIT Basic, image - Coggle Diagram
GIT Basic
Main git commands
git init
git add
.
git commit -m "message"
git push
git pull
gitignore
git status
git fetch
git log
git config
git clone
Branch
git branch
git checkout <branchname>
git branch <name>
Terms
Local Repository
Remote repository
Commit
Commit ID
Branch
Pull Request
Hotfix
FAQ
Какие проблемы решает?
Как работали до git?
Что это?
Система контроля версиями приложения
Аналоги
Repository
Git init
From remote server
Git Flow
General types
master
Production
develop
release
Methodology
Git Flow
Soft