我已经在前端文件夹内的Amazon EC2中将github回购推迟了两天。推送后,他在前端文件夹中为此仓库创建了一个名为(在本例中为bank)的文件夹。
由于代码中的某些更改,我从前端文件夹中删除了banks文件夹,并再次推送了新的更新github repo。但是该文件夹未显示。
银行文件夹不可见。
如何纠正此问题。`当我拉回购邮件时,便会显示
ubuntu@ip:~/frontend$ git pull github15 master
**output:**
From https://github.com/naikvaibhav/bank-app
* branch master -> FETCH_HEAD
* [new branch] master -> github15/master
Already up-to-date.
but when i go through the frontend folder, i get this as the
ubuntu@ip:~/frontend$ ls
**output:**
news-app pepper-cloud-blog projects-profile wallpaper-
gallery weather-app `
答案 0 :(得分:0)
解决方案是首先我们需要使用cmd检查所有遥控器
git fetch --all
然后输入cmd
git reset --hard origin / master