Top git commands needed to manage a local git repository.
Right click in a dolphin project folder to access the servicemenu:
- Clone an existing repository to add it to the project folder
- Initialize a git repository in the project folder
- Add a remote repository to the local git repository
- List the local branches of the git repository
- Create a new branch in the local git repository
- Switch to a different branch of the local git repository
- Check the configuration of the local git repository
- Add file(s) to the staging area for the local git repository
- Verify the status of the staging area and files in the local git repository
- Remove a file from the staging area and return it to the project folder
- Commit staging area file(s) with a message for the remote repository
- Push commit to the remote repository branch specified
- Pull branch from the remote repository for the latest commits
- Switch to another branch of the repository
- Delete a branch of the local git repository
git
konsole
kdialog
License
GPL-3.0
