Git
simzha01
这个作者很懒,什么都没留下…
展开
-
GIT fix: stderr: error: bad signature fatal: index file corrupt
An error shows in the Jenkins job, as:hudson.plugins.git.GitException: Command "C:\Program Files (x86)\Git\cmd\git.exe fetch -t origin +refs/heads/master:refs/remotes/origin/master" returned statu原创 2014-07-18 17:35:31 · 5030 阅读 · 1 评论 -
Git: fatal: bad config file line 1 in .git/config
An error shows in the Jenkins' project console as:ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anywayhudson.plugins.git.GitException: Command "C:\Program Files原创 2014-07-18 17:36:50 · 10261 阅读 · 0 评论 -
将SVN版本库迁移到Gerrit中
第一步,根据项目需求,确定是否做版本库的分割原创 2014-07-21 14:30:11 · 4244 阅读 · 0 评论 -
Git and GitFlow's general workflow
Git general workflow:Get the latest code from the remote repositoryCreate a feature branch for the current taskDo small commit with high frequency in the feature branch。Some urgent task comings, s原创 2014-07-09 22:39:51 · 638 阅读 · 0 评论 -
git clone 时显示Filename too long的解决办法
在git bash中,运行下列命令: git config --global core.longpaths true原创 2014-07-10 15:39:35 · 42752 阅读 · 0 评论 -
Some best practices for the Git
Git best practices:Do read about gitAlways keep develop branch cleanAlways sync the develop branch (This can avoid lots of conflicts when try to dcommit to remote repository).Don’t write any code原创 2014-07-09 22:43:33 · 702 阅读 · 0 评论