The Summury
Table of Content
- What is Git
- Git vs GitHub
- Termonolgies with short-cut
- Common terminals used
- A-c-P concept
Git
It is one of the DVCS (Distributed Version Control System) types which uses CLI (command line interfrence) tool.
![]()
Git vs GitHub
- Git
- locally
- VCS
- CLI
- GitHub
- online
- GUI
- VCS
Termonolgies with short-cut
- GUI
Graphical User Interface
- CLI
Command line Interface
- VCS
Version Cotrol System
- DVCS
Distributed Version System
Common terminals used
-
- git clone
- copy to local device
-
- git status
- status what I did to be ready to commit
-
- git log
- gives information about the author
A-C-P concept
- A-C-portable
- It is the the importnant commands we should use them for each editing. We use git terminals
- Git add.
- git commit-m “why”
- git push orgin main