侠隐

导航

随笔分类 -  Git

the knowledge about git
union: git command
摘要:#1 switch one tag # warning: if do that, can't commit any change git clone $project_path git checkout $tag_name #2 switch one tag, but can change the files on this tag git checkout -b $branch_name ... 阅读全文

posted @ 2018-01-11 10:09 hacker_wei

clone the specific tag of project
摘要:Description: skip Solution: 阅读全文

posted @ 2018-01-05 10:46 hacker_wei

Window size is too small for nano...
摘要:Descritpion: git command error like this: Window size is too small for nano...error: There was a problem with the editor 'editor' Solution: git config 阅读全文

posted @ 2018-01-05 10:14 hacker_wei