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
+14-22Lines changed: 14 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,22 @@
4
4
5
5
## How to use
6
6
7
-
Make sure git is installed on your computer.
7
+
Make sure Git is installed on your computer.
8
8
9
-

9
+

10
10
11
-
Download the application, open it, and let your creativity flow! Generating a repository may take a while. After generation, copy the repository folder and enter it to continue.
11
+
Download the app, open it, and first grab a Personal Access Token (PAT) so you can sign in to GitHub. You can follow this guide: [how to get your PAT](docs/githubtoken_en.md).
12
+
13
+
Once you’re logged in you’ll see your avatar and name in the upper-left corner. Drag across the calendar to paint your design. When you’re satisfied, click **Create Remote Repo**. You can edit the repo name and description, choose whether it’s public or private, and then press **Generate & Push** to let the app create and push the repository for you automatically.
14
+
15
+
> **Heads-up:** GitHub may take anywhere from 5 minutes to 2 days to show the contributions on your profile. You can keep the repo private and enable “Include private contributions” in your profile settings so others can’t see the repo content but the contribution streak still counts.
**Warning:** The commands will not automatically launch the application. You need to manually double-click the app to start it (the commands only modify file attributes).
30
41
31
-
### Quick Tips
32
-
33
-
- Right-clicking during the painting process can switch between the brush and the eraser.
34
-
35
-
## Next steps
36
-
37
-
1. Log in to your GitHub account and create an empty remote repository (do not select README, .gitignore or License).
38
-
2. From the generated repository directory run the following commands to push your local repo to the remote:
39
-
40
-
```bash
41
-
git remote add origin <remote-repo-url>
42
-
git branch -M main
43
-
git push -u origin main
44
-
```
45
-
46
-
Note: After pushing, GitHub may take anywhere from 5 minutes to two days to show the contribution on your profile. You can make the repository private and enable contributions from private repositories in your GitHub contribution settings so others can't see the repo contents but your contribution activity will still be counted.
0 commit comments