maya programming learning line 3
To upload a local repository to github: cd /d/git/MayaProgramming git init git add -A git commit -a -m "init"
then create remote repository on github, get the remote repository url
git remote add origin Remote-Repository-URL git remote -v git push -f origin master git branch --set-upstream-to=origin/master master git pull git status ls END
git config --global user.name "iJasonLee" git config --global user.email "[email protected];[email protected]"
to testing name info..