You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you rename the main executable from git-meld.pl to git-meld, then Git will automatically use it when you type git meld. This simplifies installation, since then you can just drop the script anywhere on the PATH, rather than having to define an alias.
git help meld and git meld --help will also automatically run man git-meld, which will work as expected if you create that man page.
The text was updated successfully, but these errors were encountered:
If you rename the main executable from
git-meld.pl
togit-meld
, then Git will automatically use it when you typegit meld
. This simplifies installation, since then you can just drop the script anywhere on the PATH, rather than having to define an alias.git help meld
andgit meld --help
will also automatically runman git-meld
, which will work as expected if you create that man page.The text was updated successfully, but these errors were encountered: