> For the complete documentation index, see [llms.txt](https://www.git-help.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.git-help.com/commands.md).

# Commands / Actions

- [Commit changes to other branch](https://www.git-help.com/commands/commit-changes-to-other-branch.md)
- [git log](https://www.git-help.com/commands/git-log.md): To see the git commit logs
- [git status](https://www.git-help.com/commands/git-status.md)
- [git init](https://www.git-help.com/commands/git-init.md)
- [Amend a commit](https://www.git-help.com/commands/amend-a-commit.md): To modify an existing commit
- [Reset a file or full](https://www.git-help.com/commands/reset-a-file.md): To reset a file to the original file
- [Undo git add](https://www.git-help.com/commands/git-undo-add.md): How to undo/remove file after  'git add'
- [Get remote repo url](https://www.git-help.com/commands/remote-repo-url.md): How to get remote repository url
- [Add or Set Remote URL](https://www.git-help.com/commands/add-or-set-remote-url.md): To add a remote repository to a existing git project or to update the existing rep
- [delete branch](https://www.git-help.com/commands/delete-branch.md)
