I'm brand new to git and am just starting to figure things out. I have been trying to figure out git on my remote dev server as well as my local machine. I have installed git successfully on both my remote server and my local machine (OSX). I am using a mac git client called Tower, here is my dilemma...
I can successfully create a bare repository on my remote server, no problems there. I then open up Tower and attempt to clone my remote repository to my local machine. I've been able to do that as well, I can successfully clone the remote repo to my local machine. However, whenever I add a new file to my local branch and then commit that change and push to the remote repo, it says it goes through successfully, but when I check my remote repo location, there are no new files there?
Tower says that the file exists in the remote repo, I can checkout that repo to a new local branch and it pulls the previous commit history and files like it should, but I can't find where the files are being stored on my remote repo.
What am I missing here? Any advice will be greatly appreciated, thanks!