Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 663 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 663 Bytes

scripts

SBB - Desktop

Issues

deleted a file but it did not show.

initially!

cd /Users/user/Desktop/GitHub_jshinb/scripts
git add 2015-10-28_draw_pen_likelihood_function.R
git commit -m "drawing likelihood functions for the standard and penalized logistic regression - revisited"
git status
git log

after create a repository on the github website! [run all three lines again??]

git add *.*
git commit -m "A file created sourcing github R files. "
git status
git log

run all these command lines again after committing.

git remote add origin https://github.com/jshinb/scripts.git
git remote -v
git push -u origin master