Skip to content

Instantly share code, notes, and snippets.

View josephgrossberg's full-sized avatar

Joe Grossberg josephgrossberg

View GitHub Profile
@josephgrossberg
josephgrossberg / git_revisions.txt
Created July 27, 2017 00:36
git revision commands
# Found at: https://blog.scottnonnenberg.com/better-git-configuration/
# Check out a branch
git checkout branchname
# Check out a remote branch
git checkout remotes/origin/branchname
# Check out a specific commit
git checkout 158e4ef8409a7f115250309e1234567a44341404
US public holidays:
----
January 1: New Year’s Day
September 1-7 (Floating Monday): Labor Day
January 15-21 (floating Monday): Martin Luther King Jr. Day
October 8-12 (Floating Monday): Columbus Day/Indigenous Peoples’ Day
February 15-21 (floating Monday): President’s Day
November 11: Veterans Day
May 25-31 (Floating Monday): Memorial Day
November 22-28 (Floating Monday): Thanksgiving Day
* copy from notebook
* copy from emails
* copy from links
* look up stuff online