diff --git a/README.md b/README.md index a35eb3b..04eb9b5 100644 --- a/README.md +++ b/README.md @@ -21,23 +21,20 @@ ## Features -- Generate Git commit commands with custom dates, times, and messages. - Easily create Git commits to modify the contribution graph on GitHub. - Customize the contribution graph for artistic, personal, or branding purposes. ## Usage - Select the year you want to customize (Choosing the year before your GitHub joining year would be better, can use GitHub api for checking the joined date). -- Select your timezone. (I dont know if this is important or not) -- Select the desired rectangle(s) on the GitHub contribution graph that you want to customize. -- Use the GitArt website to specify the details of your Git commit, such as the date, time, and message. +- Select the desired rectangle(s) on the GitHub contribution graph that you want to customize and click `Generate` button. - Copy the generated Git commit command. -- Run the copied command in your local Git repository to make the desired changes. +- Run the copied command in your local Git repository to make the desired changes (better to create a new empty repo). - Push the changes to your GitHub repository to update the contribution graph. To create an empty commit with a specific date: ```bash -git commit --allow-empty --date="31 Oct 2022 11:11:11 +0530" --allow-empty-message -m "" +git commit --allow-empty --date="31 Oct 2022" --allow-empty-message -m "" ``` ![preview](/public/banner.png "preview") \ No newline at end of file diff --git a/public/index.html b/public/index.html index 8438b81..4d3c7ba 100644 --- a/public/index.html +++ b/public/index.html @@ -1,111 +1,109 @@ -
- - -- GitArt is a tool that allows users to manipulate their GitHub - contribution graph by generating Git commit commands. With this tool, - users can customize their contribution graph to display their name, - messages, symbols, logos, or any other desired patterns. -
-+ GitArt is a tool that allows users to manipulate their GitHub + contribution graph by generating Git commit commands. With this tool, + users can customize their contribution graph to display their name, + messages, symbols, logos, or any other desired patterns. +
+
+ git commit --allow-empty --date="27 Oct 2022" --allow-empty-message -m "" &&
+ git commit --allow-empty --date="28 Oct 2022" --allow-empty-message -m "" &&
+ git commit --allow-empty --date="29 Oct 2022" --allow-empty-message -m "" &&
+ git commit --allow-empty --date="30 Oct 2022" --allow-empty-message -m "" &&
+ git commit --allow-empty --date="31 Oct 2022" --allow-empty-message -m ""
+
+