Git Useful Commands List

Github is a distributed version control system which helps to manage the repositories. Followings are a list of few commands that you can use frequently on github (git bash): Getting & Creating Projects CommandDescriptiongit initInitialize a local Git repositorygit clone ssh://git@github.com/[username]/[repository-name].gitCreate a local copy of a remote repository Basic Snapshotting CommandDescriptiongit statusCheck statusgit add [file-name.txt]Add … Continue reading Git Useful Commands List

WP-CLI Guide

What is WP-CLI? WP-CLI is a command line tool for developers to manage common tasks (and not so common) of a WordPress installation. It can add/remove users, posts, categories, insert test data, search and replace in the database, reset passwords, help troubleshoot performance issues, and much more! The WordPress GUI is pretty, but sometimes you … Continue reading WP-CLI Guide