Skip to content

Allows you to do a merge into master and avoid running multiple commands, when you have a merge conflict.

License

Notifications You must be signed in to change notification settings

pdubb29/gitMergeConflict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitMergeConflict

This tool is used to execute all the commands necessary to fix a pull request merge. A lot of the times you will find yourself executing these commands over and over in your git repositories:

git status
git checkout master
git pull
git checkout {oldBranch}
git merge master
git mergetool

Building Source

Call ./publish.ps1 - I recommend installing Powershell 6 if you don't have that already.

All those commands will now be done in one command, (after you have edited your path variable)

gitMergeConflict

About

Allows you to do a merge into master and avoid running multiple commands, when you have a merge conflict.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published