# Git-Help

## Git-Help

- [A Simple Git Help](https://www.git-help.com/master.md): A simple tutorial for understanding Git basics.
- [Basics](https://www.git-help.com/basics-1.md): Commands and their purpose for basic git operations
- [Git Branching](https://www.git-help.com/git-branching.md): What is brancing?
- [Pull Request](https://www.git-help.com/pull-request.md): In progress.....
- [Submodules](https://www.git-help.com/submodules.md)
- [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)
- [Other good links](https://www.git-help.com/credits-and-other/useful-links.md): Some good articles, tutorials on Git.
- [Credits](https://www.git-help.com/credits-and-other/credits.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://www.git-help.com/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
