Junior
Ποιες εντολές Git γνωρίζετε;
sobes.tech AI
Απάντηση από AI
git init
git clone [URL]
git add . ή git add [αρχείο]
git commit -m "[μήνυμα]"
git status
git diff
git log
git branch
git branch [όνομα_κλάδου]
git checkout [όνομα_κλάδου]
git checkout -b [όνομα_νέου_κλάδου]
git merge [όνομα_κλάδου]
git pull
git push
git remote add origin [URL]
git remote -v
git stash
git stash apply
git reset [λειτουργία] [commit]
git revert [commit]
git tag [όνομα]
git fetch