Junior
Milliseid Git käske te tead?
sobes.tech AI
Vastus AI-lt
git init
git clone [URL]
git add . või git add [fail]
git commit -m "[sõnum]"
git status
git diff
git log
git branch
git branch [haru_nimi]
git checkout [haru_nimi]
git checkout -b [uue_haru_nimi]
git merge [haru_nimi]
git pull
git push
git remote add origin [URL]
git remote -v
git stash
git stash apply
git reset [režiim] [commit]
git revert [commit]
git tag [nimi]
git fetch