gpt4 book ai didi

git pull 和 git push 一气呵成

转载 作者:太空狗 更新时间:2023-10-29 13:02:30 24 4
gpt4 key购买 nike

是否可以在一个 git 命令中同时使用 git pullgit push

git pull 和 git push 这样的语法并不完全适合我,因为我需要向服务器提供我的凭据两次: pull 和推送。

所以我想知道,是否有任何解决方法?我认为应该如此,因为开发人员在推送本地更改之前 pull 远程源是很常见的情况。

编辑:我使用的是 Windows 7/x64,msysgit-utf8 1.7.9

最佳答案

首先,您可以配置Git将使用的_netrc文件,这里是相关问题:Git - How to use .netrc file on Windows to save user and password然后你可以为命令配置一个别名:

git config alias.publish '!git pull && git push'

只需输入:git publish

关于git pull 和 git push 一气呵成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11156319/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com