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