Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 441 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 441 Bytes

Wiki

Memorandums

git command template

Execute each command from the top one.

git init .
git add $FILE
git add * #all files except for hidden files
git add . #all hidden files
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/$PATH.git
git pull origin main
git push -u origin main

aerc configuration