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
+19-28Lines changed: 19 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,25 +56,26 @@ pytest --cov-report html --cov=deep-code
56
56
providing different utility functions.
57
57
Use the --help option with these subcommands to get more details on usage.
58
58
59
-
The CLI retrieves the Git username and personal access token from a hidden file named .gitaccess. Ensure this file is located in the same directory where you execute the CLI
59
+
The CLI retrieves the Git username and personal access token from a hidden file named
60
+
.gitaccess. Ensure this file is located in the same directory where you execute the CLI
60
61
command.
61
62
63
+
#### .gitaccess example
64
+
65
+
```
66
+
github-username: your-git-user
67
+
github-token: personal access token
68
+
```
69
+
62
70
### deep-code publish
63
71
64
-
Publish the experiment, workflow and dataset which is a result of an experiment to
72
+
Publish the experiment, workflow and dataset which is a result of an experiment to
0 commit comments