Commit 62c48c6
committed
cmd/git(fix[Git]): Align class annotations with instance variable names
why: Class-level annotations used singular names (remote, branch) but
instance variables used plural names (self.remotes, self.branches),
causing IDE autocomplete confusion.
what:
- Change `remote:` to `remotes:` to match self.remotes
- Change `branch:` to `branches:` to match self.branches
- Add missing annotations: submodules, worktrees, notes, reflog1 parent 1951dc1 commit 62c48c6
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments