Junior
Hansı Git əmrlərini bilirsiniz?
sobes.tech Süni İntellekt
AI-dan cavab
git init
git clone [URL]
git add . və ya git add [fayl]
git commit -m "[mesaj]"
git status
git diff
git log
git branch
git branch [şaxənin_adı]
git checkout [şaxənin_adı]
git checkout -b [yeni_şaxənin_adı]
git merge [şaxənin_adı]
git pull
git push
git remote add origin [URL]
git remote -v
git stash
git stash apply
git reset [rejim] [commit]
git revert [commit]
git tag [ad]
git fetch