Documentation from Scratch

Code Documentation from scratch Try to follow this Workflow mentioned in this page Standard Documentation Try to draw relevant UML diagrams using puml tutorials,PUML Online Server, Building Blocks, hariyom.com drive Ensure Standardized Coding Try to cover as many titles and sub titles in http://www.outsource-online.net/blog/2022/07/02/developing-wordpress-plugin/ create flow chart with http://flowchart.js.org/ git URL check doxygen tips at…

Add Existing Project to Already created Remote Git Repository

Sample .gitignore command Some times you may want to create a .gitignore before to create git echo projectBase > .gitignore if there are multiple files/folders echo projectBase > .gitignore & echo otherFolder >> .gitignore Add Existing Project to Already created Remote Git Repository Prerequisites Install Git https://git-scm.com/downloads Install TortoiseGit(Optional) https://tortoisegit.org/download/ Create an account in Remote…