How can I Remove .DS_Store files from a Git repository?
Remove existing files from the repository:
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
Add the line
<form name="first-form"> | |
<input name="email" type="email" placeholder="Email" required> | |
<button type="submit">Send</button> | |
</form> | |
<form name="second-form"> | |
<input name="email" type="email" placeholder="Email" required> | |
<button type="submit">Send</button> | |
</form> |
defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add \ '{LSHandlerContentType=public.plain-text;LSHandlerRoleAll=com.sublimetext.3;}' |
How can I Remove .DS_Store files from a Git repository?
Remove existing files from the repository:
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
Add the line
### Keybase proof | |
I hereby claim: | |
* I am jamiewilson on github. | |
* I am jamiewilson (https://keybase.io/jamiewilson) on keybase. | |
* I have a public key whose fingerprint is 0BB0 601A FD15 ABAF 6E81 B70E 2AEB 684E EFB3 6BD8 | |
To claim this, I am signing this object: |
Oh, God. | |
How are you, Richard? Hot enough for you? | |
Yeah. | |
Hey, what are you doing? | |
You dummy, why don't you watch | |
where you are going? | |
Does this look like 10:00, or like 10:30? | |
- Morning, Richard! | |
- Good morning. | |
- You are a half hour late. |
all
background
background-attachment
background-clip
background-color
background-image
background-origin
background-position
background-repeat
background-size
# ~/.nylas/keymap.cson | |
# All entries in this file will override the defaults | |
# Use the same syntax as https://github.com/nylas/N1/blob/master/keymaps/base.cson | |
# More here: https://support.nylas.com/hc/en-us/articles/218222257-How-do-I-customize-my-keyboard-shortcuts- | |
'body': | |
'cmd-delete': 'application:archive-item' | |
'cmd-backspace': 'application:archive-item' |
Find: <a[^>]*href="\K[^"]* |