This question has probably been asked 100s of times on the internet.
I made changes to a Gemfile and _config.yml. I git add -A
, git commit -m
, git push
. Go online to check github and the files I updated have not changed.
Read through online forums for hours. I have updated post-receive, checked the .gitignore file. Not sure what I'm doing wrong. The most frustrating part is that git seems to be pretty straightforward and I'm probably missing something very simple.
After trying many different things, git status
returns the following:
HEAD detached at origin/master
nothing to commit, working tree clean
Previously, I was mostly getting the "everything up-to-date message", no matter what I did.