Junior
Welke Git-commando's ken je?
sobes.tech AI
Antwoord van AI
git init
git clone [URL]
git add . of git add [bestand]
git commit -m "[bericht]"
git status
git diff
git log
git branch
git branch [naam_van_branch]
git checkout [naam_van_branch]
git checkout -b [naam_nieuwe_branch]
git merge [naam_van_branch]
git pull
git push
git remote add origin [URL]
git remote -v
git stash
git stash apply
git reset [modus] [commit]
git revert [commit]
git tag [naam]
git fetch