Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages