Sobes.tech
Junior

Koje Git komande poznajete?

sobes.tech АИ

Одговор од АИ

git init git clone [URL] git add . ili git add [fajl] git commit -m "[poruka]" git status git diff git log git branch git branch [ime_grane] git checkout [ime_grane] git checkout -b [ime_nove_grane] git merge [ime_grane] git pull git push git remote add origin [URL] git remote -v git stash git stash apply git reset [režim] [commit] git revert [commit] git tag [ime] git fetch