Junior
Milyen Git parancsokat ismersz?
sobes.tech MI
Válasz az MI-től
git init
git clone [URL]
git add . vagy git add [fájl]
git commit -m "[üzenet]"
git status
git diff
git log
git branch
git branch [ág_neve]
git checkout [ág_neve]
git checkout -b [új_ág_neve]
git merge [ág_neve]
git pull
git push
git remote add origin [URL]
git remote -v
git stash
git stash apply
git reset [mód] [commit]
git revert [commit]
git tag [név]
git fetch