Mindblown: a blog about philosophy.
-
How to Add files to staging area
Add files to staging area git add <file1> <file2> …. and so on
-
What is GIT ignore
After every update to gitignore, follow below steps (this is useless; if you want just to ignore from git; but still keep in git) =================================================================================================== First, commit all your changes (required) # remove first everything git rm -rf –cached . # add everything again respecting gitignore file git add . git ignore but keep file…
-
What is GIT process
We would create two main branches for lifetime: master branch would always have production-ready kind of code for automation framework i.e. It should have only that code pushed which can be used by any team and is tested already by us. It should have latest test suites as well. Any push needs to be followed…
-

How to do SEO of WordPress website
How to do SEO of wordpress website. These days, SEO is common search topic in market. There are multiple web tutorials in the market. Here you will see complete material for SEO. Create WordPress blog website. Do not activate Search Engine visibility until blog is completed. All URL(Uniform Resource Locator) must having name of the…
Got any book recommendations?