git pull --ff-only origin branchA #See if you can pull down and merge branchA
git merge --ff-only branchA branchB #See if you can merge branchA into branchB
The following changes since commit fc01dde318:Layout updates (2015-06-25 11:00:47 +0200)are available in the git repository at:http://fakeurl.com/myrepo.git/ feature-xfor you to fetch changes up to 841d3b41ad:----------------------------------------------------------------john (2):Adding some layoutRefactoringioserver.js | 8 +++---package.json | 7 +++++-server.js | 4 +--layout/ldkdsd.js | 277 +++++++++++++++++++++++++++++++++++++4 files changed, 289 insertions(+), 7 deletions(-)create mode 100644 layout/ldkdsd.js
--checkInstead of applying the patch, see if the patch is applicable to thecurrent working tree and/or the index file and detects errors. Turnsoff "apply".