Go to file
suvodip ghosh ac520dfcff start new in php 2025-07-17 13:07:37 +00:00
public s11 2025-07-08 11:40:48 +00:00
src start new in php 2025-07-17 13:07:37 +00:00
.gitignore add live record function in speech to text 2025-06-26 14:22:38 +00:00
README.md readme add git branch flow 2025-03-20 21:22:46 +05:30
astro.config.mjs add live record function in speech to text 2025-06-26 14:22:38 +00:00
bun.lock init 2025-03-19 20:42:16 +05:30
cicd-deploy.yaml init 2025-03-19 20:42:16 +05:30
edit.js add live record function in speech to text 2025-06-26 14:22:38 +00:00
env_sample.txt add live record function in speech to text 2025-06-26 14:22:38 +00:00
fix-php-tags-and-decode.cjs add live record function in speech to text 2025-06-26 14:22:38 +00:00
netlify.toml init 2025-03-19 20:42:16 +05:30
package-lock.json add image gallery slider & emoji in topic singl page and othrs improvment 2025-07-11 06:49:12 +00:00
package.json add image gallery slider & emoji in topic singl page and othrs improvment 2025-07-11 06:49:12 +00:00
postcss.config.mjs init 2025-03-19 20:42:16 +05:30
tailwind.config.mjs add image gallery slider & emoji in topic singl page and othrs improvment 2025-07-11 06:49:12 +00:00
tsconfig.json init 2025-03-19 20:42:16 +05:30
yarn.lock add image gallery slider & emoji in topic singl page and othrs improvment 2025-07-11 06:49:12 +00:00

README.md

git flow guide / protocol

dev - any one is free to create / push to / any experiment on this branch

staging - it is the stage for all developer. all branchout and push over here.

*start point / fork point is staging, i.e. any fix/feature/improvement - you must start branching out from staging.

*better to name your branch with 'z-' , i.e. z-layout-footer-improvement (z-: identifier for temporary and safe to remove from the central repo -> then the file identifier -> then short info regarding the intent) *many developers prefer feat/feature_name, i faced issue managing those branch using cli (bsd even alpine) for the slash(/)

staging must have a automated test and deploy mechanism, so that developers can can always be on the same page regarding build/merge conflict issue

test - staging to test by tester

master - test to master by tester after full test

release - master to release with version tag

final packaging and release