gpt4 book ai didi

git - 如何从终端/命令行推送到 git

转载 作者:太空狗 更新时间:2023-10-29 13:28:11 26 4
gpt4 key购买 nike

我在Git上传的文件夹中添加了一个文件。我可以在 unstaged 下看到 SourceTree 中的文件夹。如何使用终端命令将文件推送到在线存储?

我发现我需要先 cd 到本地存储库,我是这样做的:

cd /Users/mainuser/Desktop/Projects
git add -A .

使用 git status 检查状态并输出:

On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)

new file: ios_projects/2016/Untitled copy 2.rtf // this is the file I want to upload

现在怎么办?如何提交并在线推送?

最佳答案

下一步是提交使用,然后推送到您想要推送的任何分支

git commit -m 'Some message about the change'

git push origin 'branch-name'

关于git - 如何从终端/命令行推送到 git,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36890139/

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