Closed GaretJax closed 9 years ago
As the git pull command is rather complicated, we may be able to get away with a fetch + using the remote origin/... branch as base instead.
git pull
origin/...
As the
git pull
command is rather complicated, we may be able to get away with a fetch + using the remoteorigin/...
branch as base instead.