关闭
Hit
enter
to search or
ESC
to close
May I Suggest ?
#leanote #leanote blog #code #hello world
柯仓无居所
Home
Archives
Tags
Search
github操作手记
? git ?
? git初始化 ?
? git强制提交 ?
2018-05-15
##第一次初始化 --- 1、初始化 ```bash $ git init ``` 2、添加到工作区 ```bash $ git add * ``` 3、提交到缓存区 ```bash $ git commit -m 'first commit' ``` 4、关联远端git ```bash $ git remote add origin git@server-name:path/repo-name
Read More