actual combat 14——Git

1. 如何在删除远程仓库的代码后,将本地代码重新push到远程仓库?

可能遇到的问题:add已经全部添加,commit也添加不了(应该是git认为他已经提交了),所以更不能push了。所以有以下办法:
git rm -r --cache .清除所有git中add的文件,然后add,但是这样commit还是找不到更新的文件,所以有了下面的方法——最终版:
(1)git rm -r --cache .
(2)不add,直接commit,然后push

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
MobaXterm is a popular enhanced terminal for Windows that includes many useful features, including an integrated Git client. With MobaXterm, you can easily manage your Git repositories and perform common Git operations directly from the terminal. To use Git in MobaXterm, you first need to make sure that Git is installed on your system. You can install Git by downloading it from the official website (https://git-scm.com/) and following the installation instructions. Once Git is installed, you can open MobaXterm and navigate to the directory where your Git repository is located. You can use the "cd" command to change directories. For example, if your repository is located in the "Documents" folder, you can use the following command: ``` cd Documents ``` Once you are in the correct directory, you can use Git commands to interact with your repository. Here are some common Git commands you can use: - `git clone <repository_url>`: Clone a remote Git repository to your local machine. - `git add <file>`: Stage changes in a file for a commit. - `git commit -m "<commit_message>"`: Create a new commit with the staged changes. - `git push`: Push your local commits to a remote repository. - `git pull`: Fetch and merge changes from a remote repository into your local branch. - `git status`: Show the current status of your repository. Remember to replace `<repository_url>` with the actual URL of your Git repository and `<file>` with the name of the file you want to add or commit. It's worth mentioning that MobaXterm also provides a graphical user interface (GUI) for managing Git repositories. You can access it by clicking on the "Tools" menu and selecting "Git GUI" from the dropdown. I hope this helps! Let me know if you have any further questions.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值