Skip to content

FragIfty01/Zama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

ZAMA - 10 commits before July 1

  • Create a new repo : https://github.com/new
  • Set it to public and add a readme file
  • After repo creation, click the green <> Code button
  • Select: Open with Codespaces → + New codespace
  • Wait for Codespace to load

Run the following commands ( Recommeded to change the dates )

echo "Commit 2 line" >> README.md
git add README.md
GIT_AUTHOR_DATE="2025-06-10T06:43:12" GIT_COMMITTER_DATE="2025-06-10T06:43:12" git commit -m "Commit 2"

echo "Commit 3 line" >> README.md
git add README.md
GIT_AUTHOR_DATE="2025-06-12T22:57:31" GIT_COMMITTER_DATE="2025-06-12T22:57:31" git commit -m "Commit 3"

echo "Commit 4 line" >> README.md
git add README.md
GIT_AUTHOR_DATE="2025-06-14T03:11:08" GIT_COMMITTER_DATE="2025-06-14T03:11:08" git commit -m "Commit 4"

echo "Commit 5 line" >> README.md
git add README.md
GIT_AUTHOR_DATE="2025-06-16T18:29:55" GIT_COMMITTER_DATE="2025-06-16T18:29:55" git commit -m "Commit 5"

echo "Commit 6 line" >> README.md
git add README.md
GIT_AUTHOR_DATE="2025-06-18T11:02:44" GIT_COMMITTER_DATE="2025-06-18T11:02:44" git commit -m "Commit 6"

echo "Commit 7 line" >> README.md
git add README.md
GIT_AUTHOR_DATE="2025-06-21T08:38:22" GIT_COMMITTER_DATE="2025-06-21T08:38:22" git commit -m "Commit 7"

echo "Commit 8 line" >> README.md
git add README.md
GIT_AUTHOR_DATE="2025-06-23T16:17:39" GIT_COMMITTER_DATE="2025-06-23T16:17:39" git commit -m "Commit 8"

echo "Commit 9 line" >> README.md
git add README.md
GIT_AUTHOR_DATE="2025-06-26T20:49:15" GIT_COMMITTER_DATE="2025-06-26T20:49:15" git commit -m "Commit 9"

echo "Commit 10 line" >> README.md
git add README.md
GIT_AUTHOR_DATE="2025-06-29T13:36:03" GIT_COMMITTER_DATE="2025-06-29T13:36:03" git commit -m "Commit 10"
git push

Your commits are done and now you can verify on Guild !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published