Skip to content

Commit 0a87eaf

Browse files
committed
Added a small note for later on git's behaviour
Signed-off-by: alexis-opolka <[email protected]>
1 parent 75eb558 commit 0a87eaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/commands/repo/sync.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ pub fn main(name: Option<String>) -> Result<()> {
3131
// TODO: Sanitize the cheatsheet folder of any file that is not a cheat file
3232
// Ref: https://github.com/denisidoro/navi/issues/733
3333

34+
// Note for later, git considers the files as deleted
35+
// maybe we should sanitize the repo before doing the actual pull and then
36+
// reintegrate the logic found in repo/add.rs ?
37+
3438
Ok(())
3539
}

0 commit comments

Comments
 (0)