-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree-str.txt
More file actions
43 lines (42 loc) · 1.1 KB
/
tree-str.txt
File metadata and controls
43 lines (42 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Generated on: Thu Feb 19 22:11:21 UTC 2026
gitcli/
├── build.txt
├── cmd
│ └── genius
│ └── main.go
├── git-genius
├── go.mod
├── install.sh
├── internal
│ ├── config
│ │ └── config.go
│ ├── doctor
│ │ └── doctor.go
│ ├── github
│ │ ├── client.go
│ │ ├── repo.go
│ │ └── token.go
│ ├── gitops
│ │ ├── branch.go
│ │ ├── branch_sync.go
│ │ ├── git.go
│ │ ├── smart_pull.go
│ │ ├── stash.go
│ │ └── undo.go
│ ├── menu
│ │ └── menu.go
│ ├── setup
│ │ ├── change_dir.go
│ │ ├── github_repo.go
│ │ └── setup.go
│ ├── system
│ │ ├── checks.go
│ │ ├── git.go
│ │ ├── logger.go
│ │ └── runtime.go
│ └── ui
│ ├── help.go
│ └── ui.go
├── readme.md
├── tree-str.txt
└── uninstall.sh