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…

Markdown Basics

*** Use "WP Githuber MD"(https://wordpress.org/plugins/wp-githuber-md/) plugin to edit markdown in WordPress # Heading level 1 Heading level 1 <https://www.markdownguide.org/basic-syntax/> https://www.markdownguide.org/basic-syntax/ I really like using Markdown. I really like using Markdown. I think I'll use it to format all of my documents from now on. I think I’ll use it to format all of my documents…