-
I've tested this on debian jessie, with `git/testing` (2.11.0-1) from `http://ftp.us.debian.org/debian/ testing/main amd64 Packages`.
What I observe is, `git worktree add`'s failure behavior falls …
-
This is the output from `tree`, single level. It ignores the leading dot when showing files and directories in alphabetical order.
```
jason@helios:~/.dotfiles% tree -aL 1
.
├── bin
├── bootstr…
-
See https://github.com/github/linguist#using-gitattributes
smola updated
3 years ago
-
### General overview of your idea.
I think I have found a little twist of the two words "pattern" and "path" in
> No pattern matches the path, ...
https://git-scm.com/docs/gitattributes#Documen…
-
When looking for project in GitHub you will see it reports the project is in C, while it's in Go
![Screenshot_20240806_183658_GitHub.jpg](https://github.com/user-attachments/assets/38453019-7825-4122…
-
When we use this extension with git-based sytems it produces 10(5*2) lines of diffs per every changed cell.
```json
"metadata": {
"execution": {
- "iopub.execute_input": "2024-10-14T1…
-
**Is your feature request related to a problem? Please describe.**
git can be informed on which files are binary. And then instructed how to convert the binary files into text files, so ```git diff``…
-
Would be cool to have then a `.gitattributes` file with something like
```
/.github/ export-ignore
/Build/ export-ignore
/Tests/ export-ignore
```
-
I suggest deleting .gitattributes
-
Every project should have its newline settings defined in `.gitattributes` to avoid a mess of windows and unix newlines. There's an added benefit of using `.gitattributes` to simplify your `git diff` …