1. 程式人生 > >RStudio版本號管理 整合Git

RStudio版本號管理 整合Git

blog ack 環境 push span too mit 版本 選項

本文為原創,轉載註明出處。


系統環境:

win7 x64

R-3.1.0-win.exe

RStudio-0.98.507.exe


前置條件:必須擁有github倉庫: 如:https://github.com/xxx/Rproject

在已經有Github的用戶基礎上,運行以下操作

1.下載git http://git-scm.com/

Git-1.9.2-preview20140411.exe

安裝:默認的選項即可。

註意:不是githubpclient。而是git

2. 配置Rstudio

第一步: Tools—>Global Options—>Git/Svn

填寫git的安裝地址

技術分享


第二步:clone 遠程github的倉庫。按截圖操作

File->New Project

1.


技術分享

2.

技術分享


3.

技術分享

3. git 操作(push,pull,commit)

技術分享

各種操作例如以下圖。不必多言。


技術分享

RStudio版本號管理 整合Git