Skip to content

Instantly share code, notes, and snippets.

View Linux4Life531's full-sized avatar
😀
Coding

Linux4Life531 Linux4Life531

😀
Coding
View GitHub Profile
@Linux4Life531
Linux4Life531 / cheatSheet.md
Created August 26, 2020 14:47
Git and Git-Flow Command Line Cheat Sheet

Git Commands Cheat Sheet

This is a simple git cheat sheet that talks through the commands and the workflow

Installing

To install git on Linux use the following command:

$ sudo 'packageManagerName' install git
@byllc
byllc / gist:8871383
Created February 7, 2014 20:40
Example Maria DB Config file (.my.cnf)
# Example mysql config file.
# You can copy this to one of:
# /etc/my.cnf to set global options,
# /mysql-data-dir/my.cnf to get server specific options or
# ~/my.cnf for user specific options.
#
# One can use all long options that the program supports.
# Run the program with --help to get a list of available options
# This will be passed to all mysql clients