nigig-org/crates/pageflipnav/dev/git
2026-07-26 19:38:26 +03:00

8 lines
No EOL
210 B
Text

git init
git add .
git status
git reset
git ls-files --cached | xargs du -ch | grep total
git commit -m "Initial commit"
git remote add origin https://gitdab.com/andodeki/nigig-org.git
git push -u origin main