You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
@@ -13,3 +13,5 @@ John McWhorter on code switching: [Harris gonna code switch](https://messaging-c
ngl Dazed has some of the best dating advice out there: [How to date when... you’re prone to fantasy | Dazed](https://www.dazeddigital.com/life-culture/article/64371/1/how-to-date-when-you-re-prone-to-fantasy-love-relationships)
useful git tip to remove untracked files from a folder: `git clean -d -n public`, followed by `git clean -d -f`