Git
Možete koristiti alat Gerrit Code Review za projekte koji koriste Git.
Početak rada s Gitom
- Commit your first change
- Create VCS repositories for new projects
- Git Tools
- Initialize Git repositories
- Set up version control systems
- Use Git for Windows
- Use Git with Subversion
- Use common VCS functions
Rad s trenutnom datotekom
Za rad s trenutnom datotekom idite na Tools > Git > Current File.
Rad s trenutnim projektom
Za rad s trenutnim projektom idite na Tools > Git > Current Project Directory.
Rad s lokalnim repozitorijima
Za rad s lokalnim repozitorijem idite na Tools > Git > Local Repository.
- Create and apply patches
- Interactive rebase
- git am
- git branch
- git clean
- git commit
- git diff
- git log
- git merge
- git reflog
- git reset
- git stash
- git status
Rad s udaljenim repozitorijima
Za rad s udaljenim repozitorijima idite na Tools > Git > Remote Repository.
Upravljanje udaljenim spremištima
Za upravljanje udaljenim repozitorijima dostupnima u Git-u, idite na Tools > Git > Remote Repository > Manage Remotes. Dvaput kliknite nazive i URL-ove udaljenih repozitorija kako biste ih uredili.
Podržane su sljedeće operacije:
| Stavka izbornika | Opis |
|---|---|
| Refresh | Osvježite popis udaljenih repozitorija. |
| Add | Dodajte novi udaljeni repozitorij. |
| Fetch | Preuzmi sve grane i informacije o promjenama iz udaljenog repozitorija. |
| Push | Pritisnite spremljene promjene na udaljeni repozitorij. |
| Remove | Ukloni udaljeni repozitorij. |
Vidi također Kako: Koristiti Git, Usporediti datoteke, Postaviti sustave kontrole verzija i Sustavi kontrole verzija.
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.