12 lines
301 B
Markdown
12 lines
301 B
Markdown
touch README.md
|
|
git init
|
|
git checkout -b main
|
|
git add README.md
|
|
git commit -m "first commit"
|
|
git remote add origin https://git.theonasanyas.com/agboola/InterfaceBackup.git
|
|
git push -u origin main
|
|
|
|
|
|
git remote add origin https://git.theonasanyas.com/agboola/InterfaceBackup.git
|
|
git push -u origin main
|