You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,12 @@ cses-cli login
12
12
cses-cli list
13
13
cses-cli show 1742
14
14
cses-cli solve 1742
15
-
cses-cli submit 1742.task.cpp
15
+
cses-cli submit 1742.Robot-Path.cpp
16
16
```
17
17
## Auto Commit to your GitHub Repository (if needed)
18
-
* Obtain access token for your repo. See [how to get token](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/github.md#generate-token)
19
-
* Configure cses-cli for github as follows
18
+
* Obtain access token for your repo. See [how to get token](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/github.md#generate-token)
19
+
***Note:** Please make sure that your repo has *at least one* commit.
0 commit comments