Skip to content

equivalent/git_to_svn_behavior-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

to reference of this problem: http://stackoverflow.com/questions/928646/how-do-i-tell-git-to-always-select-my-local-version-for-conflicted-merges-on-a-sp

This script will force some git folder to behave like svn durring merging conflicts. That means when you do git merge or git rebase and conflict accrues, your changes in your branch will overwrite changes you are merging/rebasing from (similar functionality goes to git pull)

  cd ~/myapp/public/xcf/
  sudo ~/path_where_you_cloned_this_repo/git_acts_like_svn.sh

About

bash script for getting svn behaviour from git on some folder (f.e. containing binaries)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages