Skip to content

Diptendu123/git-training-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Team Profile Page - Git Training Demo

A simple web application used as a live Git training exercise. Team members practice real Git workflows by adding their own profile card to this page via a Pull Request.

The Goal

Each participant will:

  1. Clone the repo
  2. Create a branch
  3. Add their profile card to index.html
  4. Push and raise a Pull Request
  5. See their card live on the page once merged!

Getting Started

# Clone the repo
git clone https://github.com/Diptendu123/git-training-demo.git
cd git-training-demo

# Create your branch
git checkout -b add-your-name

# Open index.html and add your card (see instructions inside the page)
# ...

# Stage, commit, and push
git add index.html
git commit -m "feat: add [your name] to team page"
git push -u origin add-your-branch-name

Then open a Pull Request on GitHub targeting the main branch.

Project Structure

git-training-demo/
+-- index.html      # The team profile web page - edit this!
+-- README.md       # You're reading it

No Build Required

This is a pure HTML/CSS project. Just open index.html in any browser to preview locally.


Part of the Git Training programme by Diptendu Patra

This change is from Diptendu branch(not from main)

Change for Demo 2

About

A live Git training exercise — team members add their profile card via Pull Requests to practice real Git workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages