Skip to content

Instantly share code, notes, and snippets.

View Lazercat's full-sized avatar

Jesse Lewis Lazercat

  • Eugene, OR
  • 02:35 (UTC -07:00)
View GitHub Profile
@Lazercat
Lazercat / unique-branches.md
Created January 10, 2023 23:26 — forked from sbimochan/unique-branches.md
Get All unique commits going to staging branch from dev or other

Make sure you pulled all the commits in dev and staging branch

Approriately change if needed for master and staging.

git log origin/staging..origin/dev --oneline --no-merges

Press enter and grab all the result in clipboard

Fire up the console

@Lazercat
Lazercat / README.md
Created July 12, 2018 14:32 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1>Hello, World!</h1>
<p> I am Jesse Lewis's first JS Bin project.</p>