1

I'm new to python. Suppose test file changes goes to testing category, buildpack or code level changes goes to functional changes. I'm trying to find the difference between two branch (master, feature) of a project then read the code differences and categorise them.

manaclan
  • 816
  • 9
  • 20
Sid93
  • 11
  • 1

1 Answers1

0

You can check out tortoise for code differences and gitk command for changes happened in the repo

manaclan
  • 816
  • 9
  • 20
  • Hi @manaclan, Thanks for suggestions. But All I have do using github api and python code. Also , need to look the file difference and categorise it – Sid93 Aug 27 '20 at 08:02