Git adding¶
Make an existing file executable¶
Run a git command in another directory¶
git -c <directory> <git_command>
Sparse Checkout¶
Why sparse checkout¶
????
How to sparse checkout¶
- If you only want to ignore a single file without adding to the
.gitignore
, add the same structure to the.git/info/exclude
, same structure as.gitignore
Last update:
2023-04-24