Sobes.tech
Junior

Hangi Git komutlarını biliyorsunuz?

sobes.tech yapay zeka

AI'dan gelen yanıt

git init git clone [URL] git add . veya git add [dosya] git commit -m "[mesaj]" git status git diff git log git branch git branch [dalın_ismi] git checkout [dalın_ismi] git checkout -b [yeni_dalın_ismi] git merge [dalın_ismi] git pull git push git remote add origin [URL] git remote -v git stash git stash apply git reset [mod] [commit] git revert [commit] git tag [isim] git fetch