git-helpers intents to be a set of helper commands and utilities to simplify to working with MakingSense flows.
-
Get the files using git in order to allow you to get future updates easily.
git clone --recursive https://github.com/MakingSense/git-helpers.git
-
Add
git-helpers
folder to path -
Ensure to close all Console process or restar your computer
-
Enjoy
Update local develop
, integration
and qa
from upstream
repository and also related TFS checkins.
It is useful to mitigate a git-tfs issue that generates duplicated commits: #576 - Scan downstream for commits when fetching.
git ffetch
- Upstream remote should be named
upstream
- Branches
develop
,integration
andqa
should exist onupstream
- TFS remotes should be
tfs/default
,tfs/integration
andtfs/qa
- Requieres git-tfs