Skip to content

bathivinod/git-handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Handbook

A collection of short Git and GitHub guides and references.

License


📌 Overview

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.


📚 Guides & articles

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.

🛠️ Tech stack


📂 Project structure

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

🤝 Contributing

Contributions are welcome. Please open an issue or pull request.


📄 License

This project is licensed under the MIT License—see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors