Junior
Ce comenzi Git cunoști?
sobes.tech AI
Răspuns de la AI
git init
git clone [URL]
git add . sau git add [fișier]
git commit -m "[mesaj]"
git status
git diff
git log
git branch
git branch [numele_ramurii]
git checkout [numele_ramurii]
git checkout -b [numele_noii_ramuri]
git merge [numele_ramurii]
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 [nume]
git fetch