git
1 | # 更新所有tags: |
要将一个分支(例如,名为 source_branch)中的提交更改复制到另一个分支(例如,名为 destination_branch),你可以使用 git cherry-pick 命令。这个命令会将指定的提交复制到当前分支。
TortoiseGit
Unable to negotiate with * port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss1
2
3
4
5cd ~/.ssh
vi config
Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa