随笔分类 - ★Laker‘s 技术乱侃 > Git、SVN、Hg
摘要:还是比较少用bush,还是喜欢GUI,但是听同学说MAC下还不得不用BUSH。我这里很不全,只是记录了几个我常用的= =初始化:git init添加git: add . (同 git add ./)注释:git commit -m 'comment'查看日志:git log添加分支:git branch laker(分支名)删除分支:git branch -d laker(分支名)切换当前分支:git checkout laker查看当前分支:git status创建文件:touch test.html切换路径:cd显示文件列表: ls清屏:cls删除:git rm –r *
阅读全文
摘要:modify 「C:\Program Files(or X86)\Git\etc\profile」export LESSCHARSET=utf-8modify「C:\Program Files(or X86)\Git\etc\gitconfig」//add this [gui] encoding = utf-8[i18n] commitencoding = utf-8 logoutputencoding = utf-8
阅读全文
摘要:i set a password when i installed it at first time ,but it is unnecessary and troublesome ,so i want to cancel the password . 1. first,deleta the .ssh file.In my computer,it is inC:\Users\younlaker, delete the file . 2. then open the Git GUI,3.Click Generate Key,press "Enter "button which
阅读全文
摘要:usage of Gitopen git guiclone from remotethe screen of the git guilook over the submit historyfetch from remotelocal mergepushthe order————————youngLaker
阅读全文

浙公网安备 33010602011771号