F
for fullscreenPress
W
for widescreen
@darwinanddavis
F
for fullscreenW
for widescreen
git
and Github?git
and Github? (cont …)require(RCurl) script <- getURL("https://raw.githubusercontent.com/darwinanddavis") eval(parse(text = script))
N <- 20 # set rep number p <- rep(rnorm(100), N) # repeat a random normal dist of 100 integers N times
git
GUI tutorial and not the best way to use git
. Â
git
user experience.Â
Â
git init
]git add
]git commit
]Now we push [git push
] the changes we made from our local repo to our Github cloud.
This creates a git repository on your local machine complete with version control.
 Â
You can dump the contents of any public repo, including its complete version history, onto your own computer, then upload it onto the cloud.
git
from the command lineR Studio
in-built command line connected to your GithubR