i am working on master branch cloned by command git clone -b master [email protected]:/home/github/jobsite
where [email protected]:/home/github/jobsite repository contains a lots of branches
i usually do git pull and git push to pull and push my works.
now as i want to merge branch forum into master.
so i cloned the branch by command git checkout --track origin/forum, and merged it with master.
now the problem is git push & git pull is not working correctly?