feat(remote): list remote with verbose option
This commit is contained in:
@@ -114,6 +114,13 @@ pub fn nextsync() -> PathBuf {
|
||||
path
|
||||
}
|
||||
|
||||
pub fn config() -> PathBuf {
|
||||
let mut path = repo_root();
|
||||
path.push(".nextsync");
|
||||
path.push("config");
|
||||
path
|
||||
}
|
||||
|
||||
pub fn objects() -> PathBuf {
|
||||
let mut path = repo_root();
|
||||
path.push(".nextsync");
|
||||
|
||||
Reference in New Issue
Block a user