1. 程式人生 > >note for git

note for git

exp bsp different ont xpl lai mit chan window

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