A collection of short Git and GitHub guides and references.
This repository is a handbook of focused guides and articles about Git and GitHub. Each guide covers a single topic so you can jump to what you need.
| Guide | Description |
|---|---|
| Push local project to GitHub (develop branch) | Create a new GitHub repo and push an existing local project to a remote develop branch—step by step. |
| Create a new branch and push to GitHub | Create a branch locally, commit changes, and push to GitHub—with best practices and troubleshooting. |
git-handbook/
├── README.md # This file — repo overview and navigation
├── git-initialization-guide.md # Guide: push local project to GitHub (develop)
├── create-branch-and-push-to-github.md # Guide: create branch locally and push to GitHub
└── .gitignore
Contributions are welcome. Please open an issue or pull request.
This project is licensed under the MIT License—see the LICENSE file for details.