Skip to content

Commit

Permalink
Obsidian Sync 2024-08-16 11:45:05
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Aug 16, 2024
1 parent 1a8e555 commit 07bfdbd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/daily-notes/2024-08-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ 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) #dating

useful git tip to remove untracked files from a folder: `git clean -d -n public`, followed by `git clean -d -f`
useful git tip to remove untracked files from a folder: `git clean -d -n public`, followed by `git clean -d -f` #git

Overhauled my git config with the tips here:
Overhauled my git config with the tips here: #git
* [Popular git config options](https://jvns.ca/blog/2024/02/16/popular-git-config-options/)
* [Git Tips and Tricks](https://blog.gitbutler.com/git-tips-and-tricks/)
* [Git Tips and Tricks](https://blog.gitbutler.com/git-tips-and-tricks/)

[GitHub - hluk/CopyQ: Clipboard manager with advanced features](https://github.com/hluk/CopyQ/) #tools

0 comments on commit 07bfdbd

Please sign in to comment.