Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

MakingSense/git-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Helpers

Introduction

git-helpers intents to be a set of helper commands and utilities to simplify to working with MakingSense flows.

Configure it in your computer

  1. 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
    
  2. Add git-helpers folder to path

  3. Ensure to close all Console process or restar your computer

  4. Enjoy

Git commands

ffetch

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

Limitations

  • Upstream remote should be named upstream
  • Branches develop, integration and qa should exist on upstream
  • TFS remotes should be tfs/default, tfs/integration and tfs/qa

Dependencies

About

Set of helper commands and utilities to simplify to working with MakingSense flows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published