首页 > 代码库 > note for git

note for git

 

1、download

https://git-for-windows.github.io/

2、command

add file to git: git add filename & git commit -m "explaination about the changes of the file"

get file status: git status

compare different: git diff filename

check log: git log

 

to be continue...

note for git