What I can do to resolve “1 commit behind master”?
After pushing I've been seeing this message at remote repository: 1 commit behind master. This merge has conflicts that must be resolved before it can be committed. To manually merge these changes into TA20footerLast run the following commands: > git checkout 7c891f50c557 # Note : This will create a detached head! > git merge remotes/origin/master I know this is a late answer but it could help others. Before you begin, if you are uncomfortable with a command line, you can do all the following steps using SourceTree , GitExtension , GitHub Desktop or your favorite tool. Just follow the steps: