https://github.com/cbum-bhardwaj/github
A starter repository to demonstrate basic Git and GitHub workflows. Includes sample scripts, configuration files, and examples of version control practices. Ideal for learning how to push, pull, and manage code effectively using Git.
https://github.com/cbum-bhardwaj/github
github
Last synced: 24 days ago
JSON representation
A starter repository to demonstrate basic Git and GitHub workflows. Includes sample scripts, configuration files, and examples of version control practices. Ideal for learning how to push, pull, and manage code effectively using Git.
- Host: GitHub
- URL: https://github.com/cbum-bhardwaj/github
- Owner: CBUM-Bhardwaj
- Created: 2025-11-16T12:01:19.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-11-16T12:40:21.000Z (8 months ago)
- Last Synced: 2025-11-16T14:26:07.886Z (8 months ago)
- Topics: github
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git & GitHub Basics
---
**Author:** Shivam Bhardwaj
**Connect with me:**
- LinkedIn: [https://www.linkedin.com/in/cbum-bhardwaj](https://www.linkedin.com/in/cbum-bhardwaj)
- GitHub: [https://github.com/CBUM-Bhardwaj](https://github.com/CBUM-Bhardwaj)
---
This repository is created to demonstrate basic Git and GitHub workflows. It contains sample scripts and files to help learn how to add, commit, push, and pull code effectively.
---
**File Structure:**
- `README.md` → Main overview and instructions
- `Git-Basics.md` → Covers basic Git workflow commands like `add`, `commit`, `restore`
- `Branches.md` → Covers branch creation, switching, and merging
## Features
- Sample scripts and configuration files
- Basic Git workflow examples (add, commit, push, pull)
- Demonstrates branching and merging
- Easy to follow for beginners
---
## Getting Started
### Prerequisites
- Git installed on your local machine
- GitHub account
---
## Modules
- [Git Basics](Git-Basics.md) → Learn how to add, commit, restore files
- [Branches](Branches.md) → Learn about branching and merging