My company has a boilerplate theme we use as a starting point for each project hosted on github. Here's what im stuck on at the moment:
git clone [github url]
onto staging servergit clone [staging url]
onto local machine- make changes locally
- git commit/push (using smartGit on local machine)
changes to the file dont appear on staging server
if i run 'git status' on staging server, i can see the file is 'modified' but i dont want to push that to my github. i want this code to be publicly visible.