No description
Find a file
2025-02-03 09:30:39 +03:00
resources first commit 2025-02-03 09:30:39 +03:00
src first commit 2025-02-03 09:30:39 +03:00
Cargo.lock first commit 2025-02-03 09:30:39 +03:00
Cargo.toml first commit 2025-02-03 09:30:39 +03:00
README.md first commit 2025-02-03 09:30:39 +03:00

gropu

  • Creating a new repository on the command line

touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitdab.com/andodeki/gropu.git git push -u origin main