I use Bitbucket at work as well. After a pull request is open from the command-line I do the following git checkout develop git pull develop (these two commands insure I have the latest stable code for comparison.) git checkout pullrequestbranch git format-patch develop These last two commands will grab the code associated with a pull request, and for each commit not already in develop a patch file will be created with the differences between develop and the commit that has not been merged into develop. On Mon, Jan 21, 2019 at 9:50 AM Jason White via Blind-sysadmins < blind-sysadmins@lists.hodgsonfamily.org> wrote:
I usually just run "git diff" from the shell, specifying the desired revision or revisions, then review the output with my braille display.
If it's a document rather than code, I use the --word-diff option. You can also specify the desired syntax for word-diff, which is helpful if you write LaTeX documents, as I do.
-----Original Message----- From: Chamandeep Singh Grover via Blind-sysadmins <blind-sysadmins@lists.hodgsonfamily.org> Sent: Monday, January 21, 2019 8:16 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chamandeep Singh Grover <cmusic789@googlemail.com> Subject: [Blind-sysadmins] seeing dcode differnces and reviewing code
Hi All,
We have recently migrated over to git and using bitbucket. I am using Jaws with Eclipse at the moment as my ide. I wanted to ask for peoples' advice on carrying out code reviews and seeing the differences between code versions.
I am happy to try out a new ide such as visual studio code if it has worked well for some people, but it is quite difficult at the moment to understand the changes. Previously when using SVN, I had this linked up with code compare, which worked some what to alert changes.
Any help/advice would be appreciated.
Thank you Chamandeep Singh Grover _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org