8 lines
No EOL
210 B
Text
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 |