how to list modified files by a certain user in a branch while excluiding all xml files using GIT? -


i have issue, working in project git.

when feature takes time update develop branch(its kind of gitflow) , later merge changes develop feature branch.

it works fine , all.

but once done this, history of commits merged , commited feature branch appear there.

example: did 2 commits, after updated , merged branches, @ branch history appear first 2 commits , other n commits made other users since merged , commited branch... appear there.

how can list commits made me? there way in stash well?

and dont know if there way without showing type of file?

you can use squash concept merge commits single signature. instance if have 5 commits in dev branch merging them squash show 1 commit in feature branch.

git merge --squash


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -