; paras[X - 1].parentNode.insertBefore(ad1, paras[X]); } if (paras.length > X + 4) { var ad1 = document.createElement('div'); ad1.className = 'ad-auto-insert ad-first'; ad1.innerHTML = ` ; paras[X + 3].parentNode.insertBefore(ad2, paras[X + 4]); } if (isMobile && paras.length > X + 8) { var ad1 = document.createElement('div'); ad1.className = 'ad-auto-insert ad-first'; ad1.innerHTML = ` ; paras[X + 7].parentNode.insertBefore(ad3, paras[X + 8]); } });

Advertisement

Git Commands

Download git
https://git-scm.com/

if you want to add your project to bitbucket or github. you can use the following commands

Step 1:

Right Click-> Git Bash Here or go to the Project folder if you are not using git GUI tools

Step 2:
Type git init (For initializing git).

Step 3:
Type git add -A (Get all files in the staging area).

Step 4:
Type git commit -m "First Commit"(Commit Changes)

Step 5:
Type git remote add origin https://..bitbucket.org/../ABC.git (Your repo URL)

Step 6:
Type git push -f origin master(your branch name)

UPTET news