Git Command Equivalents in RAD Studio
Go Up to Git Integration in the IDE
The following table lists the major Git commands that are now implemented, including a short description of the implementation inside RAD Studio.
Git Command | Equivalent RAD Studio Command |
---|---|
git clone |
File > Open from Version Control > Git |
git init |
Projects Window | right-click a project | Add to Version Control > Git |
git remote add |
Projects Window | right-click a project | Add to Version Control > Git |
git add |
Projects Window | right-click a file | Git > Commit | select Show unversioned files | select new files. |
git commit |
Projects Window | right-click a file | Git > Commit. |
git pull |
Projects Window | right-click a project | Git > Pull. |
git push |
Projects Window | right-click a project | Git > Push. |
git clean |
Projects Window | right-click a project | Git > Clean. |
git checkout |
Projects Window | right-click a file | Git > Revert. |
git log |
Do either of the following:
How To: |
git diff |
History tab | click the Differences tab. |
git annotate |
History tab | click |