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
Getting started:
Related tutorials:
<!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> |