Skip to content

TheSwiftKnight/GDSC-FullStack-Training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Project workflow

  1. Fork the Repository
  2. Clone your fork
git clone https://github.com/your-username/repo-name.git
  1. Create a new branch, for example
git checkout -b feat/notes-management
  1. Make Changes and Commit
git add .
git commit -m "Add feature description"
  1. Push to Your Fork
git push origin feature/branch-name
  1. Create a Pull Request (PR)
  • Go to your forked repository on GitHub.
  • Click Compare & Pull Request.
  • Select your branch as the destination branch (not the main branch, it's important!) in the main repository.
  • Write a clear description and submit the PR.
  1. Simple Code Review & Merge
  • If everything looks good, I will merge the PR into your branch in the main repository.
  1. Repeat
  • Repeat the process for each new feature or task. Always create a new branch for new work.

About

GDSC-FullStack-Training-Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • CSS 44.4%