git branch is currently checked out
In case you created a git repository by: git init You might get an error below when you try to push into the remote repository: [remote rejected] master -> master (branch is currently checked out) The reason is that you Continue reading git branch is currently checked out