#GIt

git commit的规范

https://www.yuque.com/fe9/basic/nruxq8#6c228def  制定一个 gitcommit 信息的提交规范是开发团队工作流必不可少的环节。试想一下,如果查看主分支上的历史库也就是你查看 gitlog 的时候,打印出来的信息杂...
代码星球 代码星球·2021-02-08

Git WorkBehavior

https://tortoisegit.org/docs/tortoisegit/tgit-dug-showlog.htmlhttps://github.com/ChuckGitMerge/TortoiseGit-Issue3333一共有11个commits1.红色commits为C2、C3、C7,这些commits不...
代码星球 代码星球·2021-02-08

git源码阅读

https://github.com/git-for-windows/git/issues/1854https://github.com/git-for-windows/git/pull/1902/files分了2步操作,第一步是gitreset,第二部是gitcherry-pick--continue ht...
代码星球 代码星球·2021-02-08

github上的markdown如何换行

https://gist.github.com/shaunlebron/746476e6e7a4d698b3731.普通的换行在文本结束后面,加2个空格 2.段落之间的换行使用反斜杠 ...

github issues的操作

https://help.github.com/en/articles/searching-issues-and-pull-requests 根据reporter筛选issueshttps://help.github.com/en/articles/searching-issues-and-pull-requ...
代码星球 代码星球·2021-02-08

GitLab community edition

https://about.gitlab.com/install/?version=cehttps://about.gitlab.com/install/?version=ce#centos-7 ...
代码星球 代码星球·2021-02-08

Use Git Credential Managers to Authenticate to Azure Repos

https://docs.microsoft.com/en-us/azure/devops/repos/git/set-up-credential-managers?view=azure-devopsWindowsDownloadandrunthelatestGitforWindowsinstaller,whichin...

GH001 on github

remote:warning:GH001:Largefilesdetected.YoumaywanttotryGitLargeFileStorage-https://git-lfs.github.com.remote:warning:Seehttp://git.io/iEPt8gformoreinformation.r...
代码星球 代码星球·2021-02-08

Gitblit用户没有push权限,但是已经在team里面配置了

问题:用户已经移动到team里面,team有对应repository的push权限。doesnothavepushpermissionsfor  解决方案:发现这个用户以前单独配置了这个repository的clone权限。直接删除掉在用户个人页面配置的权限,这样team的权限就生效了。 ...

git分支回退以及目录回退

分支回退gitcheckout-  目录回退cd-...

git修改commiter date

 gitfilter-branch--env-filter'exportGIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"' gitfilter-branch--env-filter'exportGIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"'fi...
代码星球 代码星球·2021-02-08

wsl中加载git之后,发现文件是修改状态

查看gitstatus,发现所有文件都被修改。gitdiff文件查看,发现是行尾的问题导致的。 https://github.com/Microsoft/WSL/issues/184在wsl里面执行gitconfig--globalcore.autocrlftrue然后再gitstatus,就可以发现,文件状...

three dots in git

Whenyou'reusingcommitrangeslike..and...withgitlog,thedifferencebetweenthemisthat,forbranchesAandB,gitlogA..BwillshowyouallofthecommitsthatBhasthatAdoesn'thave,w...
代码星球 代码星球·2021-02-08

回复git@vger.kernel.org的注意事项

比如回复这封邮件 https://public-inbox.org/git/db2dcf54-8b1c-39b1-579c-425ef158c6a1@kdbg.org/Replyinstructions:Youmayreplypublicallytothismessageviaplain-textemailu...

git filter-branch

https://github.com/git-for-windows/git/issues/2206https://git-scm.com/docs/git-filter-branchThe--env-filteroptioncanbeusedtomodifycommitterand/orauthoridentity....
代码星球 代码星球·2021-02-08
首页上一页...1516171819...下一页尾页