Update 01_Linear_Models.ipynb

This commit is contained in:
Pawel Swietojanski 2015-10-07 10:21:46 +01:00
parent bab884b8ee
commit 67ea7aef03

View File

@ -37,7 +37,7 @@
"\n",
"Then, if you need to, you can always (temporaily) restore a desired state of the repository (look <a href=\"https://github.com/CSTR-Edinburgh/mlpractical/blob/master/gitFAQ.md\">here</a>).\n",
"\n",
"**Otherwise** you may also create a branch for each lab separately (again, look at <a href=\"https://github.com/CSTR-Edinburgh/mlpractical/blob/master/gitFAQ.md\">here</a> and git tutorials we linked there), this will allow you to keep `master` branch clean, and pull changes into it every week from the central repository. At the same time branching gives you much more flexibility with changes you introduce to the code as potential conflicts will not occur until you try to make an explicit merge (which you probably .\n",
"**Otherwise** you may also create a branch for each lab separately (again, look <a href=\"https://github.com/CSTR-Edinburgh/mlpractical/blob/master/gitFAQ.md\">here</a> and git tutorials we linked there), this will allow you to keep `master` branch clean, and pull changes into it every week from the central repository. At the same time branching gives you much more flexibility with changes you introduce to the code as potential conflicts will not occur until you try to make an explicit merge (which you probably .\n",
"\n",
"### For advanced github users\n",
"\n",