"Nothing to commit, working tree clean" when there are clearly files to commit and push #104
Labels
bug
Something isn't working
information needed
More details are required for clarity or further action on this issue
I was using this repo to clone an entire private repo to another private repo to wipe the commit history. All the steps till

git status
were successful — the hook listed all the files and folders in the root directory. However, thegit status
stage had the following result:Which lead to nothing being committed and pushed. The target repository is clearly different from the source repository, and the target branch is present. Would love to get help on this.
The text was updated successfully, but these errors were encountered: