This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* copy from notebook | |
* copy from emails | |
* copy from links | |
* look up stuff online |
OlderNewer