We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75eb558 commit 0a87eafCopy full SHA for 0a87eaf
src/commands/repo/sync.rs
@@ -31,5 +31,9 @@ pub fn main(name: Option<String>) -> Result<()> {
31
// TODO: Sanitize the cheatsheet folder of any file that is not a cheat file
32
// Ref: https://github.com/denisidoro/navi/issues/733
33
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
+
38
Ok(())
39
}
0 commit comments