Git log

  • Post author:
  • Post category:Git
  • Post comments:1 Comment

In this guide, we will discuss about Git log. The advantage of a version control system is that it records changes. These records allow us to retrieve the data like…

Continue ReadingGit log

Git Cherry-pick

  • Post author:
  • Post category:Git
  • Post comments:1 Comment

In this guide, we will discuss Git Cherry-pick. Cherry-picking in Git stands for applying some commit from one branch into another branch. In case you made a mistake and committed…

Continue ReadingGit Cherry-pick

Git Rm

  • Post author:
  • Post category:Git
  • Post comments:1 Comment

In this guide, we will discuss Rm in Git. In Git, the term rm stands for remove. It is used to remove individual files or a collection of files. The…

Continue ReadingGit Rm

phpMyAdmin

In this guide, we will discuss phpMyAdmin. Introduction While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system…

Continue ReadingphpMyAdmin

Git Reset

  • Post author:
  • Post category:Git
  • Post comments:2 Comments

In this guide, we will discuss Git Reset. The term reset stands for undoing changes. The git reset command is used to reset the changes. The git reset command has…

Continue ReadingGit Reset