output | ||||
---|---|---|---|---|
|
New approch
I will follow git workflow describe in "How I Manage Data Projects with RStudio and Git Part 2"" and linked there "A successful git branching model"
Shortly: we got two main paths: master & devel
Setup:
# Basic setup
git config credential.helper wincred # to remember password in RStudio/gitshell
git config user.email ""
git config user.name "refrence to place? say Marek@homeWin"
??? git config merge --no-ff ???
??? push always with -all (configurable?)
# http://kbroman.org/github_tutorial/pages/first_time.html
git config --global color.ui true
git config --global core.editor ????
# devel bracnh
git branch devel
x <- 3
liczność jest r x+1