Last active
July 21, 2019 18:07
-
-
Save pbraun9/647206d36d0f4ed0825756773b421117 to your computer and use it in GitHub Desktop.
untracked files not seen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| platform: netbsd-current NetBSD 8.99.51 (XEN3_DOMU) amd64 | |
| built git 2.22 | |
| --with-curl=/usr/local \ | |
| --with-expat \ | |
| --without-python \ | |
| --without-tcltk \ | |
| in case it matters, filesystem is ext2fs which is exotic, even for a BSD | |
| fetching a random repository (ideally a small one) e.g. | |
| git clone https://github.com/ttsou/kalibrate.git | |
| cd kalibrate/ | |
| echo ok > filename | |
| git status | |
| result is | |
| On branch master | |
| Your branch is up to date with 'origin/master'. | |
| nothing to commit, working tree clean | |
| while it should show `filename` as Untracked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment