Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 251 Bytes

git_notes.org

File metadata and controls

9 lines (8 loc) · 251 Bytes

add user directory to github, first time

from this directory, in the shell, run:

git pull git add Maggie git config –global user.email “[email protected]” git config –global user.name “Maggie Adams-Mao” git commit -m “initial commit” git push