Skip to content

Cannot remove folder from push #21414

Discussion options

You must be logged in to vote

I managed to resolve this by:

$rm -rf .git

$git init
Initialized empty Git repository in <redacted>/AngularPropagateTensorflow/.git/

$ git status
On branch master

No commits yet

Untracked files:
(use "git add <file>..." to include in what will be committed)
.gitignore
AngularPropagateCPU.py
AngularPropagateTensorflowCPU.py
README.md
compare.py
tensorflowTests.py

nothing added to commit but untracked files present (use "git add" to track)

$git add .

$git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: .gitignore
new file: AngularPropagateCPU.py
new file: AngularPropagateTensorflowCPU.py
new file: README.md
new file: com…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants