您的位置:首页 > 其它

Data scientist's tool笔记

2016-03-03 08:31 302 查看

Comand Line Interface

navigate folders

create files,folders and programs

edit files, folders and programs

run computer programs

#

windows Git Bash

root directory /

home directory ~

summary of command

version control

下载git,在Google chrome 上下不了,在IE上能下。

git下载

GitHub

basic command of Git

pushing and pulling

Adding

git add .

git add -u

git add -A

Committing

git commit -m “message”

Pushing

git push

Branches

for the right version

git checkout -b branchname

git branch

git checkout master

pull requests

Git documentation

Github help

Google /Stack Overflow
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: