英文: How to get all the renames in a folder's history? 问题 我将使用git filter-repo从存储库中提取一个文件夹及其历史记录。 ...
尝试创建一个 pre-commit 钩子,检查索引中的文件是否格式正确。
英文: Trying to make a pre-commit hook that checks if files in index are formatted correctly 问题 我一直在尝试...
SSH配置使用了错误的密钥?
英文: SSH config using wrong key? 问题 我今天开始了一份新工作,在那里他们使用Bitbucket,并为我使用了我的新工作邮箱地址创建了一个帐户。 然而,当我粘贴我的SSH...
GIT/DIFF – 反向补丁,用于比较已移动的本地文件和旧提交之间的差异。
英文: GIT/DIFF - Reverse patch between a moved local file and an old commit 问题 在某个时间点,有一个特定文件的提交需要被撤销。...
How to git bisect where bad commit is ancestor of good commit / find the fix commit?
英文: How to git bisect where bad commit is ancestor of good commit / find the fix commit? 问题 我有以下情况: ...
GitHub 为什么要求我输入用户名和密码?
英文: why does github ask me for a username and password? 问题 我已设置了一个SSH密钥,但当我推送时,GitHub仍然要求我输入用户名和密码。 ...
无法提交 – ‘.git/index.lock’:文件已存在。尽管实际上并没有这样的文件。
英文: Can't commit - '.git/index.lock': File exists. Even though, there is no file like th...
可以为单个本地分支上的每个提交创建单独的拉取请求吗?
英文: Is it possible to create a separate pull requests for each commit on a single local branch? 问题 我...
处理 git 子模块
英文: Handling git submodules 问题 在这个帖子https://stackoverflow.com/questions/56799562/git-submodule-add-e...
有没有办法将一个提交拆分成适用于它影响的不同提交的修复提交?
英文: Is there a way to split a commit into fixups for the different commits it affects? 问题 假设我的存储库有两个...
65