Skip to content

Commit 6a82a48

Browse files
authored
Update 01_version_control/my_favorite_neat_little_git_trick_demo.md
1 parent c661337 commit 6a82a48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

01_version_control/my_favorite_neat_little_git_trick_demo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
pretty = format:%C(auto,yellow)%h %C(auto,blue)%>(12,trunc)%ad %C(auto,green)%<(20,trunc)%aN%C(auto,reset)%s%C(auto,red)% gD% D
1616
```
1717
18-
- To create a custom `.gitignore` file using *multiple* languages or IDEs you can also use [gitignore.io](https://gitignore.io/)
19-
- *Toptal* also provides a [cli tool](https://docs.gitignore.io/install/command-line) which enables quick creation of a `.gitignore` file in the current repository
20-
- You can also use `wget` or `curl` in combination with [https://www.toptal.com/developers/gitignore/api/](https://www.toptal.com/developers/gitignore/api/) followed by a comma (`,`) seperated list to get the `.gitignore` file directly without the cli
18+
- To create a custom `.gitignore` file using *multiple* languages or IDEs, you can also use [gitignore.io](https://gitignore.io/).
19+
- *Toptal* also provides a [cli tool](https://docs.gitignore.io/install/command-line) which enables quick creation of a `.gitignore` file in the current repository.
20+
- You can also use `wget` or `curl` in combination with [https://www.toptal.com/developers/gitignore/api/](https://www.toptal.com/developers/gitignore/api/) followed by a comma (`,`) separated list to get the `.gitignore` file directly without the cli.
2121
2222
## Tricks from Winter Term 2022/23
2323

0 commit comments

Comments
 (0)