-
How to hide the untracked files in files?
-
The Commit returns Non existent when is commiting Untracked files, the app only executes the
```bash
git add .
```
-
building devcontainer locally results in 400+ untracked changes in `samples/` folder:
![image](https://github.com/user-attachments/assets/11e21ffe-91e6-4ad6-a256-7bdb36b78239)
...can we add `.…
-
**Describe the bug**
Untracked stashed files are not shown in the main view.
**To Reproduce**
Steps to reproduce the behavior:
1. In a git repository: create a new file
2. Stash the untracked…
Golim updated
2 weeks ago
-
I ran (effectively):
```
% git pull origin master
...
% git status
On branch moz-master
Your branch is ahead of 'pnk-gh/moz-master' by 5558 commits.
(use "git push" to publish your local commits)…
-
I just noticed this while testing. I had an untracked file that the ruby version is fine with, but the rust version wants to add
Ruby:
```
❯ bin/codeownership validate --diff
❯
```
Rust:
…
-
Related to this: https://github.com/oxc-project/oxc/issues/3374#issuecomment-2223483123
We do not keep track [the arguments object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference…
rzvxa updated
2 months ago
-
Dear Tier-0 experts,
from the Scouting group we would like to start having the NanoScouting production in Prompt, possibly before the end of the pp collision data taking (16/10/2024). All the code is…
-
```
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
```
이거 콘솔에 입력하면 깃 이그노어 다시 적용된답니다.
-
I know of several bugs due to untracked options that should be tracked (e.g. https://github.com/rust-lang/rust/issues/66955, https://github.com/rust-lang/rust/issues/84225). Maybe we should go through…