Skip to content

GuramElo/tbc-teamwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Commands

  1. git init - რეპოზიტორიის ინიციალიზაცია

  2. git status - სტატუსის შემოწმება

  3. git add . - "ცვლილებებზე თვალის დევნა"

    1. git branch
    2. git branch -D
  4. 1.git checkout "" 2.git checkout -b ""

  5. git commit -m ""

  6. git merge ""

  7. 1)git config --global user.name "" 2)git config --global user.email ""

  8. git remote add origin https://github.com/natenadze1102/tbc-teamwork.git

  9. 1)git push -u origin main 2) git push

  10. git clone https://github.com/natenadze1102/tbc-teamwork.git

  11. git pull

About

TBC - IT GITHUB - TEAMWORK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.1%
  • CSS 19.4%
  • JavaScript 15.5%