Junior
Jakie polecenia Git znasz?
sobes.tech AI
Odpowiedź od AI
git init
git clone [URL]
git add . lub git add [plik]
git commit -m "[wiadomość]"
git status
git diff
git log
git branch
git branch [nazwa_gałęzi]
git checkout [nazwa_gałęzi]
git checkout -b [nazwa_nowaj_gałęzi]
git merge [nazwa_gałęzi]
git pull
git push
git remote add origin [URL]
git remote -v
git stash
git stash apply
git reset [tryb] [commit]
git revert [commit]
git tag [nazwa]
git fetch