Danny Connolly

26
Nov
2020

Useful Git Commands

List of useful Git commands Configure local git repo git config –local user.email "EMAIL" git config –local user.name "USERNAME" Configure global git git config –global...

17
Feb
2019

MySQL Linux Commands

List of useful MySQL commands for Linux. Login to MySQL mysql -u USERNAME -p Create a MySQL user mysql > CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';...