Commit 6f5be5c
Fix type errors by implementing missing methods in LocalGitRepo
Added the following methods to LocalGitRepo class:
- add_remote: Adds a new remote to the repository
- fetch_remote: Fetches from a remote
- checkout_branch: Checks out a branch, creating it if it doesn't exist
These methods were being called in agent_detail.py but were not implemented in the class.
Co-authored-by: Jay Hack <jay@codegen.com>1 parent bd066d2 commit 6f5be5c
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
0 commit comments