Skip to content

Commit 7a51dbe

Browse files
committed
some comments
1 parent 4bb9fc8 commit 7a51dbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/popups/create_remote.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ use crate::{
1818

1919
#[derive(Default)]
2020
enum State {
21+
// first we ask for a name for a new remote
2122
#[default]
2223
Name,
24+
// second we ask for a url and carry with us the name previously entered
2325
Url {
2426
name: String,
2527
},

0 commit comments

Comments
 (0)