File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ category: data-coding
55tags : [learn, git]
66season : summer
77created : 2021-02-13
8- updated : 2026-02-22
8+ updated : 2026-03-07
99sources : https://stackoverflow.com/questions/18418718/git-still-adds-and-tracks-folders-marked-in-gitignore
1010---
1111
@@ -114,3 +114,4 @@ sources: https://stackoverflow.com/questions/18418718/git-still-adds-and-tracks-
114114- [ Analyse how a Git repo grows over time] ( https://github.com/erikbern/git-of-theseus )
115115- You can also [ store your private data] ( https://github.com/sobolevn/git-secret ) inside a git repo
116116- [ Top 100-starred repos on GitHub] ( https://github.com/EvanLi/Github-Ranking/blob/master/Top100/Top-100-stars.md )
117+ - [ Git City] ( https://thegitcity.com/ ) : GitHub profiles as a 3D pixel art building in an interactive city
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ category: data-coding
55tags : [learn, vim]
66season : spring
77created : 2022-08-14
8- updated : 2024-10-04
8+ updated : 2026-03-07
99sources : Misc
1010---
1111
@@ -76,10 +76,12 @@ In practice this means using different "modes of operation" for different kinds
7676- ` :sp ` , ` :svp ` : split windows
7777
7878## Alternatives
79- • ` nano ` : best for beginners and quick edits
80- • ` emacs ` : highly extensible and powerful, for advanced users
81- • ` vim ` : efficient for those familiar with its modal editing
82- • ` ed ` : minimal and historical, not practical for most users
83- • ` cat ` : utility for viewing files, not editing
79+ - ` nano ` : best for beginners and quick edits
80+ - ` emacs ` : highly extensible and powerful, for advanced users
81+ - ` vim ` : efficient for those familiar with its modal editing
82+ - ` ed ` : minimal and historical, not practical for most users
83+ - ` cat ` : utility for viewing files, not editing
84+ - -.-
85+ - [ Helix] ( https://helix-editor.com/ ) : a post-modern modal text editor
8486
8587![ ] ( https://imgs.xkcd.com/comics/real_programmers.png )
You can’t perform that action at this time.
0 commit comments