# 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)
