Git start new project upload and delete branch

How to upload project 1) initialize git git init 2) add repository branch git remote add origin https://git.zerozone.com/ace-infoway/bhavesh-baku/qewpmigration.git 3) fetch all branch git fetch --all 4) create new branch git checkout -b anupratap…

step by step tutorial next js part - 1

Installation npx create-next-app@latest  VS Code Short Codes :  rafc [reactArroFunctionConponent]  rafce [reactArroFunctionExportConponent]  rafcp [reactArroFunctionPropsConponent]

How to add Custom meta field in wordpress without plugin

Step 1: Register Meta Box Add the following code to your theme's functions.php file or a custom plugin to create a meta box for the custom field. function add_custom_meta_box() {     add_meta_box(         'custom_meta_box',        // Uni…

Load More
That is All