Changes between Version 17 and Version 18 of Phabricator


Ignore:
Timestamp:
May 12, 2021, 2:50:50 PM (3 years ago)
Author:
Stan
Comment:

Add wraitii's script

Legend:

Unmodified
Added
Removed
Modified
  • Phabricator

    v17 v18  
    172172Some frequent issues with Arcanist are listed below, along with tips.
    173173
    174 On Windows,
     174=== When using git ===
     175
     176Arcanist is annoying on git, becauses it forces you to create commits and branches. Instead, you can use Phab:P246. This way you can do:
     177{{{#!bat
     178git patch DXXXX
     179}}}
     180instead of
     181{{{#!bat
     182arc patch DXXXX
     183}}}
     184
     185It also works with binary files.
     186
     187
     188=== On Windows ===
    175189* Make sure TortoiseSVN is installed with the box `command line client tools` checked.
    176190* Differential revisions will be created without context ([https://secure.phabricator.com/T2465 T2465]). In order to work around the issue, you can change the behavior of `svn diff` the following way: